stackspout/apps/do/vikunja-test-kustomization.yaml

35 lines
847 B
YAML
Raw Normal View History

apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
2022-07-18 15:20:37 +01:00
kind: Kustomization
metadata:
name: vikunja-test
namespace: flux-system
spec:
2024-02-14 18:41:43 +01:00
interval: 5m
2024-02-06 18:32:49 +01:00
retryInterval: 2m
2024-02-14 18:41:43 +01:00
timeout: 10m
2022-07-18 15:20:37 +01:00
wait: true
2024-02-14 18:41:43 +01:00
prune: true
path: ./apps/do/vikunja-test
2022-07-18 15:20:37 +01:00
sourceRef:
kind: GitRepository
name: stackspout
2024-02-14 18:41:43 +01:00
dependsOn:
- name: flux
- name: local-path-provisioner
- name: vikunja-secrets
- name: nginx
- name: single-sign-on
2022-07-18 15:20:37 +01:00
postBuild:
substituteFrom:
- kind: Secret
2024-02-14 18:41:43 +01:00
name: stackspin-cluster-variables
- kind: ConfigMap
name: stackspin-vikunja-kustomization-variables
2022-07-18 15:20:37 +01:00
- kind: Secret
2024-02-14 18:41:43 +01:00
name: stackspin-vikunja-test-variables
# OIDC
2022-07-18 15:20:37 +01:00
- kind: Secret
2024-02-14 18:41:43 +01:00
name: stackspin-vikunja-oauth-variables
- kind: ConfigMap
name: stackspin-single-sign-on-kustomization-variables