kubernetes: normalization secrets names

This commit is contained in:
2025-11-25 04:22:40 +00:00
parent aa3f8f824b
commit 2177535881
4 changed files with 15 additions and 15 deletions

View File

@@ -45,17 +45,17 @@ spec:
volumeMounts:
- name: gitea-backup-secret
- name: gitea-backup-secrets
mountPath: /root/.ssh/id_rsa
subPath: ssh_id_rsa
readOnly: true
- name: gitea-backup-secret
- name: gitea-backup-secrets
mountPath: /app/borg/key
subPath: borg_key
volumes:
- name: gitea-backup-secret
- name: gitea-backup-secrets
secret:
secretName: gitea-backup-secret
secretName: gitea-backup
defaultMode: 0600