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]>
  • Loading branch information
butler54 committed May 16, 2024
1 parent fc6747b commit 6fddef5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions charts/all/test-dsp/templates/push-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6fddef5

Please sign in to comment.