From 6fddef5eadf2a986debf72fe2e699c2d6d855beb Mon Sep 17 00:00:00 2001 From: Chris Butler Date: Thu, 16 May 2024 16:46:48 +1000 Subject: [PATCH] fix: manually extract keys Signed-off-by: Chris Butler --- charts/all/test-dsp/templates/push-secret.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/charts/all/test-dsp/templates/push-secret.yaml b/charts/all/test-dsp/templates/push-secret.yaml index 0694fcf..518e13f 100644 --- a/charts/all/test-dsp/templates/push-secret.yaml +++ b/charts/all/test-dsp/templates/push-secret.yaml @@ -14,13 +14,11 @@ spec: secret: name: {{ .Values.dsp.name }}-obc # Source Kubernetes secret to be pushed data: - - conversionStrategy: None # Also supports the ReverseUnicode strategy - match: + - 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) - - conversionStrategy: None # Also supports the ReverseUnicode strategy - match: + - match: secretKey: AWS_SECRET_ACCESS_KEY # Source Kubernetes secret key to be pushed remoteRef: remoteKey: "secret/data/global/{{ .Values.dsp.name }}-aws-secret-access-key" # Remote reference (where the secret is going to be pushed \ No newline at end of file