gitea: migrate to envFrom with per-container InfisicalSecrets
Flat CR narrowed to recursive: false; it still serves the SMB mount credentials and the Actions runner token, which the runner Helm chart reads via existingSecret.
This commit is contained in:
@@ -17,7 +17,9 @@ spec:
|
||||
projectSlug: "kubernetes"
|
||||
envSlug: "prod"
|
||||
secretsPath: "/gitea"
|
||||
recursive: true
|
||||
# Root only: /gitea holds the SMB mount credentials and the Actions runner token.
|
||||
# Per-container env lives in subfolders.
|
||||
recursive: false
|
||||
managedSecretReference:
|
||||
secretName: gitea-secrets
|
||||
secretNamespace: gitea
|
||||
|
||||
Reference in New Issue
Block a user