Skip to content

Commit

Permalink
helm: Resolve issues with multiline access rules (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 15, 2019
1 parent 6d4dd9a commit 0adedd4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions helm/charts/oathkeeper/templates/configmap-rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ metadata:
labels:
{{ include "oathkeeper.labels" . | indent 4 }}
data:
"access-rules.json": |
{{ .Values.oathkeeper.accessRules | default "[]" | indent 4 }}
"access-rules.json": {{ .Values.oathkeeper.accessRules | default "[]" | toJson | quote }}

0 comments on commit 0adedd4

Please sign in to comment.