2022-07-05 10:58:05 +00:00
|
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
|
|
|
|
kind: Kustomization
|
|
|
|
metadata:
|
|
|
|
name: gitea
|
|
|
|
namespace: flux-system
|
|
|
|
spec:
|
2022-07-12 21:45:06 +00:00
|
|
|
interval: 10m
|
|
|
|
retryInterval: 1m
|
2022-07-05 10:58:05 +00:00
|
|
|
wait: true
|
2022-07-12 21:47:32 +00:00
|
|
|
timeout: 3m
|
2022-07-05 10:58:05 +00:00
|
|
|
dependsOn:
|
|
|
|
- name: single-sign-on
|
|
|
|
sourceRef:
|
|
|
|
kind: GitRepository
|
|
|
|
name: stackspout
|
2024-01-23 21:50:41 +00:00
|
|
|
path: ./apps/code
|
2022-07-05 10:58:05 +00:00
|
|
|
prune: true
|
|
|
|
postBuild:
|
|
|
|
substituteFrom:
|
|
|
|
#- kind: Secret
|
|
|
|
# name: stackspin-gitea-variables
|
|
|
|
- kind: Secret
|
|
|
|
name: stackspin-gitea-oauth-variables
|
|
|
|
- kind: Secret
|
|
|
|
name: stackspin-cluster-variables
|