weitere implementierung
This commit is contained in:
9
k8s/base/database/s3-secret.yaml
Normal file
9
k8s/base/database/s3-secret.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: s3-creds
|
||||
namespace: database
|
||||
type: Opaque
|
||||
stringData:
|
||||
S3_ACCESS_KEY_ID: admin
|
||||
S3_SECRET_ACCESS_KEY: password123
|
||||
Reference in New Issue
Block a user