# Template for the gitea-db-credentials Secret. # DO NOT commit this file with real credentials. # Encrypt with: sops -e -i helm/gitea-db-secret.sops.yaml # Apply with: kubectl apply -f <(sops -d helm/gitea-db-secret.sops.yaml) --- apiVersion: v1 kind: Secret metadata: name: gitea-db-credentials namespace: databases type: kubernetes.io/basic-auth stringData: username: gitea password: REPLACE_WITH_PASSWORD # encrypt with SOPS before committing