Skip to content

Commit

Permalink
newlines
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas ONeil <[email protected]>
  • Loading branch information
loneil committed Nov 21, 2024
1 parent 3c14fae commit 89de0bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/vc-authn-oidc/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ data:
sessiontimeout.json: |
{{ .Values.controller.sessionTimeout.config | toJson }}
user_variable_substitution.py: |
{{ .Values.controller.userVariableSubsitution.config | indent 4 }}
{{ .Values.controller.userVariableSubsitution | nindent 4 }}
2 changes: 1 addition & 1 deletion charts/vc-authn-oidc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ controller:
- expired
- failed
- abandoned
userVariableSubsitution: |
userVariableSubsitution: |-
# This is a default placeholder Python file
# Add your default content here
## @param useHTTPS Prepend Agent and Admin URLs with `https`
Expand Down

0 comments on commit 89de0bb

Please sign in to comment.