stackspout/apps/do/vikunja-test-kustomization.yaml
xeruf 96506e7ee8 Fix kustomization versions
Because k8s and fluxcd have differing versions
2024-02-07 13:02:20 +01:00

26 lines
562 B
YAML

apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization
metadata:
name: vikunja-test
namespace: flux-system
spec:
interval: 10m
retryInterval: 2m
wait: true
timeout: 3m
dependsOn:
- name: single-sign-on
sourceRef:
kind: GitRepository
name: stackspout
path: ./apps/do-test
prune: true
postBuild:
substituteFrom:
- kind: Secret
name: stackspin-vikunja-variables
- kind: Secret
name: stackspin-vikunja-test-oauth-variables
- kind: Secret
name: stackspin-cluster-variables