Initial
This commit is contained in:
12
k8s-secret.yaml
Normal file
12
k8s-secret.yaml
Normal 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
|
||||
Reference in New Issue
Block a user