Skip to content

Commit

Permalink
remove test
Browse files Browse the repository at this point in the history
Signed-off-by: Angelo Sleebos <[email protected]>
  • Loading branch information
Angelo Sleebos committed Aug 13, 2024
1 parent 78fc170 commit c6cd874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/gxf/templates/certificate-keystore-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type: Opaque
data:
keystore-password: {{ $secret := (lookup "v1" "Secret" .Release.Namespace "keystore-password") }}
{{- if $secret -}}
{{- index $secret "data" "keystore-password-test" -}}
{{- index $secret "data" "keystore-password" -}}
{{- else -}}
{{- randAlphaNum 32 | b64enc | quote -}}
{{- end -}}

0 comments on commit c6cd874

Please sign in to comment.