This commit is contained in:
2025-07-30 14:10:55 +12:00
commit fa3ea2d21f
6 changed files with 498 additions and 0 deletions

12
k8s-secret.yaml Normal file
View File

@@ -0,0 +1,12 @@
apiVersion: v1
kind: Secret
metadata:
name: postgres-backup-secret
namespace: default
type: Opaque
stringData:
# Plain text values - much easier to manage than base64
postgres-user: postgres
postgres-password: your-password
s3-access-key-id: your-s3-access-key
s3-secret-access-key: your-s3-secret-key