From 41f9a166d524c1097ba53d98292730960500bb22 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Thu, 6 Nov 2025 06:45:40 -0600 Subject: [PATCH] don't create csi-s3 secret --- clusters/ontime-dev-doks/secret.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 clusters/ontime-dev-doks/secret.yaml diff --git a/clusters/ontime-dev-doks/secret.yaml b/clusters/ontime-dev-doks/secret.yaml new file mode 100644 index 0000000..e0a8e82 --- /dev/null +++ b/clusters/ontime-dev-doks/secret.yaml @@ -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..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: "" \ No newline at end of file