apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - git-repo.yaml - infra-sync.yaml - gitea-sync.yaml - backups-sync.yaml - act-runner-kb-sync.yaml - act-runner-limbosolutions-com-sync.yaml - act-runner-mf-sync.yaml - act-runner-myLimbo-sync.yaml secretGenerator: - name: flux-repo-ssh-credentials namespace: git-limbosolutions-com 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" generatorOptions: disableNameSuffixHash: true