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