modified: README.md
modified: backups/backup-cronjob.yaml renamed: backups/gitea-backup-secret.yaml -> backups/gitea-backup-secrets.yaml
This commit is contained in:
16
backups/gitea-backup-secrets.yaml
Normal file
16
backups/gitea-backup-secrets.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: gitea-backup-secret
|
||||
namespace: git-limbosolutions-com
|
||||
type: Opaque
|
||||
stringData:
|
||||
PBS_REPOSITORY: ${PBS_REPOSITORY}
|
||||
PBS_PASSWORD: ${PBS_PASSWORD}
|
||||
PBS_FINGERPRINT: ${PBS_FINGERPRINT}
|
||||
BORG_REPO: ${BORG_REPO}
|
||||
BORG_PASSPHRASE: ${BORG_PASSPHRASE}
|
||||
#SSH_ID_RSA: ""
|
||||
#BORG_KEY_FILE: ""
|
||||
|
||||
Reference in New Issue
Block a user