Skip to content

Commit

Permalink
fix: typo (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
afreakk authored Apr 17, 2024
1 parent 6623f4f commit 1c1702a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/charts/oathkeeper/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ type: Opaque
data:
"{{ .Values.secret.filename }}": {{ default "" .Values.oathkeeper.mutatorIdTokenJWKs | b64enc | quote }}
{{- else if and (not .Values.secret.enabled) .Values.oathkeeper.mutatorIdTokenJWKs }}
{{- fail ".Values.secrets.enabled must be set to true with .Values.oathkeeper.mutatorIdTokenJWKs" }}
{{- fail ".Values.secret.enabled must be set to true with .Values.oathkeeper.mutatorIdTokenJWKs" }}
{{- end }}

0 comments on commit 1c1702a

Please sign in to comment.