feat: change key
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 44s
lint-test-helm / validate-kubeconform (pull_request) Successful in 2m0s
render-manifests / render-manifests (pull_request) Successful in 2m43s

This commit is contained in:
2026-04-24 10:16:53 -05:00
parent af188618f6
commit 11553c54b3

View File

@@ -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
---