Skip to content

Commit

Permalink
helm: Properly indent access rules (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored Oct 15, 2019
1 parent b947038 commit 09a931f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/charts/oathkeeper/templates/configmap-rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ metadata:
{{ include "oathkeeper.labels" . | indent 4 }}
data:
"access-rules.json": |
{{ .Values.oathkeeper.accessRules | default "[]" }}
{{ .Values.oathkeeper.accessRules | default "[]" | indent 4 }}

0 comments on commit 09a931f

Please sign in to comment.