2022-10-13 12:01:44 +00:00
|
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
|
|
|
|
kind: Kustomization
|
|
|
|
metadata:
|
|
|
|
name: invoiceninja
|
|
|
|
namespace: flux-system
|
|
|
|
spec:
|
|
|
|
interval: 10m
|
|
|
|
retryInterval: 1m
|
|
|
|
wait: true
|
|
|
|
timeout: 3m
|
|
|
|
#dependsOn:
|
|
|
|
# - name: single-sign-on
|
|
|
|
sourceRef:
|
|
|
|
kind: GitRepository
|
|
|
|
name: stackspout
|
2024-01-23 21:50:41 +00:00
|
|
|
path: ./apps/ninja
|
2022-10-13 12:01:44 +00:00
|
|
|
prune: true
|
|
|
|
postBuild:
|
|
|
|
substituteFrom:
|
|
|
|
- kind: Secret
|
|
|
|
name: stackspin-invoiceninja-variables
|
|
|
|
- kind: Secret
|
|
|
|
name: stackspin-invoiceninja-oauth-variables
|
|
|
|
optional: true
|
|
|
|
- kind: Secret
|
|
|
|
name: stackspin-cluster-variables
|
2022-11-15 10:56:26 +00:00
|
|
|
- kind: ConfigMap
|
|
|
|
name: stackspin-nextcloud-kustomization-variables
|