Skip to content

Commit

Permalink
[#39] Added configuredStr
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Nov 13, 2021
1 parent 7f50d5b commit bdcc6d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions k8s/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ data:
{{ $k }}.json: |
{{ $v | indent 8 }}
{{ end }}
{{ .Values.checks.configuredStr | indent 8 }}
2 changes: 2 additions & 0 deletions k8s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,5 @@ checks:
# "min_req_space": "6"
# }
# }
# raw string to be pasted into ConfigMap
configuredStr: ""

0 comments on commit bdcc6d6

Please sign in to comment.