stackspout/basic/infrastructure/kustomizations/forgejo-kustomization.yaml
2024-01-23 20:19:15 +01:00

25 lines
557 B
YAML

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