flux: gitea hem chart values as secrets deploy

This commit is contained in:
Márcio Fernandes
2026-06-02 22:13:37 +00:00
parent e20992d760
commit 2cad934f8d
9 changed files with 86 additions and 89 deletions
+13
View File
@@ -0,0 +1,13 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- gitea-helm-repo.yaml
- gitea-helm-release.yaml
secretGenerator:
- name: gitea-helm-values
files:
- values.yaml=helm-values.yaml
- values.private.yaml=helm-values.private.dec.yaml
generatorOptions:
disableNameSuffixHash: true