From b039b6faab495814120584fc0623e1b670617934 Mon Sep 17 00:00:00 2001 From: Chris Butler Date: Thu, 16 May 2024 16:54:16 +1000 Subject: [PATCH] fix: manually extract keys Signed-off-by: Chris Butler --- charts/all/test-dsp/templates/push-secret.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/all/test-dsp/templates/push-secret.yaml b/charts/all/test-dsp/templates/push-secret.yaml index 518e13f..e64ef1d 100644 --- a/charts/all/test-dsp/templates/push-secret.yaml +++ b/charts/all/test-dsp/templates/push-secret.yaml @@ -14,10 +14,10 @@ spec: secret: name: {{ .Values.dsp.name }}-obc # Source Kubernetes secret to be pushed data: - - match: - secretKey: AWS_ACCESS_KEY_ID # Source Kubernetes secret key to be pushed - remoteRef: - remoteKey: "secret/data/global/{{ .Values.dsp.name }}-aws-access-key" # Remote reference (where the secret is going to be pushed) + # - match: + # secretKey: AWS_ACCESS_KEY_ID # Source Kubernetes secret key to be pushed + # remoteRef: + # remoteKey: "secret/data/global/{{ .Values.dsp.name }}-aws-access-key" # Remote reference (where the secret is going to be pushed) - match: secretKey: AWS_SECRET_ACCESS_KEY # Source Kubernetes secret key to be pushed remoteRef: