From 11553c54b347ba93e16480f416bab7063f3aed7c Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 24 Apr 2026 10:16:53 -0500 Subject: [PATCH] feat: change key --- .../cl01tl/helm/s3-exporter/templates/external-secret.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/helm/s3-exporter/templates/external-secret.yaml b/clusters/cl01tl/helm/s3-exporter/templates/external-secret.yaml index 05d369f2e..24bff7241 100644 --- a/clusters/cl01tl/helm/s3-exporter/templates/external-secret.yaml +++ b/clusters/cl01tl/helm/s3-exporter/templates/external-secret.yaml @@ -13,15 +13,15 @@ spec: data: - secretKey: AWS_ACCESS_KEY_ID remoteRef: - key: /digital-ocean/home-infra/s3-exporter + key: /digital-ocean/home-infra/all-access property: AWS_ACCESS_KEY_ID - secretKey: AWS_SECRET_ACCESS_KEY remoteRef: - key: /digital-ocean/home-infra/s3-exporter + key: /digital-ocean/home-infra/all-access property: AWS_SECRET_ACCESS_KEY - secretKey: AWS_REGION remoteRef: - key: /digital-ocean/home-infra/s3-exporter + key: /digital-ocean/home-infra/all-access property: AWS_REGION ---