stackspout/basic/clusters/production/vikunja-kustomization.yaml

39 lines
882 B
YAML
Raw Normal View History

2022-06-29 21:33:54 +00:00
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization
metadata:
name: vikunja
namespace: flux-system
2022-06-29 21:33:54 +00:00
spec:
interval: 5m
wait: true
timeout: 300m
2022-06-29 21:33:54 +00:00
dependsOn:
- name: single-sign-on
sourceRef:
kind: GitRepository
name: stackspout
2022-06-29 21:55:50 +00:00
path: ./basic/apps/do
2022-06-29 21:33:54 +00:00
prune: true
#healthChecks:
# - apiVersion: helm.toolkit.fluxcd.io/v2beta1
# kind: HelmRelease
# name: vikunja
# namespace: stackspout
# - apiVersion: apps/v1
# kind: Deployment
# name: vikunja
# namespace: stackspout
# - apiVersion: apps/v1
# kind: StatefulSet
# name: gitea
# namespace: stackspout
2022-06-29 21:33:54 +00:00
postBuild:
substituteFrom:
#- kind: Secret
# name: stackspin-vikunja-variables
- kind: Secret
name: stackspin-vikunja-oauth-variables
- kind: Secret
name: stackspin-cluster-variables