Files
git.limbosolutions.com/deploy/app/kustomization.yaml
T
Márcio Fernandes b85c72231f flux: gitea helm sync
2026-06-02 23:42:53 +00:00

14 lines
364 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: git-limbosolutions-com
resources:
- gitea-helm-repo.yaml
- gitea-helm-release.yaml
secretGenerator:
- name: gitea-helm-install-values
files:
- values.yaml=helm-values.yaml
- values.private.yaml=helm-values.private.yaml
generatorOptions:
disableNameSuffixHash: true