stackspout/apps/forgejo-kustomization.yaml

26 lines
551 B
YAML
Raw Normal View History

2024-01-23 19:19:15 +00:00
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
2024-01-23 21:50:41 +00:00
path: ./apps/forge
2024-01-23 19:19:15 +00:00
prune: true
postBuild:
substituteFrom:
#- kind: Secret
# name: stackspin-forgejo-variables
- kind: Secret
name: stackspin-forgejo-oauth-variables
- kind: Secret
name: stackspin-cluster-variables