don't create csi-s3 secret

This commit is contained in:
2025-11-06 06:45:40 -06:00
parent 3763c83191
commit 41f9a166d5

View 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: ""