don't create csi-s3 secret
This commit is contained in:
13
clusters/ontime-dev-doks/secret.yaml
Normal file
13
clusters/ontime-dev-doks/secret.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: csi-s3-secret
|
||||
# Namespace depends on the configuration in the storageclass.yaml
|
||||
namespace: csi-s3
|
||||
stringData:
|
||||
accessKeyID: DO801Q6MDDAZFDK4FYYJ
|
||||
secretAccessKey: gyTNZw7Xp+JAVeP5nHumc1AFs9/88HRELZFmXToxxIs
|
||||
# For AWS set it to "https://s3.<region>.amazonaws.com", for example https://s3.eu-central-1.amazonaws.com
|
||||
endpoint: https://stages-volume.nyc3.digitaloceanspaces.com
|
||||
# For AWS set it to AWS region
|
||||
#region: ""
|
||||
Reference in New Issue
Block a user