Skip to content

Commit

Permalink
fix: manually extract keys
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Butler <[email protected]>
butler54 committed May 16, 2024
1 parent 6fddef5 commit b039b6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/all/test-dsp/templates/push-secret.yaml
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit b039b6f

Please sign in to comment.