flux: add flux as cd

This commit is contained in:
Márcio Fernandes
2026-06-05 22:46:46 +00:00
parent 1b8f537a05
commit be2a2e6ea2
14 changed files with 48 additions and 107 deletions
+18
View File
@@ -0,0 +1,18 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- git-repo.yaml
- app-sync.yaml
secretGenerator:
- name: flux-repo-ssh-credentials
namespace: lyrionmusicserver
files:
- "identity=./.env.d/flux-repo-ssh-key"
- "known_hosts=./.env.d/flux-repo-ssh-known_hosts"
- "pubkey=./.env.d/flux-repo-ssh-key.pub"
- name: flux-repo-ssh-credentials
namespace: lyrionmusicserver
files:
- "age.agekey=./.env.d/age.agekey"
generatorOptions:
disableNameSuffixHash: true