Skip to content

Commit

Permalink
fix monitorNameTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
kahootali committed May 6, 2019
1 parent 84cbe96 commit 01954a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@ ingressMonitorController:
apiURL: https://google.com
alertContacts: some-alert-contacts
secrets: {}
# - variable: environment-variable-name
# name: secret-name
# key: secret-key
enableMonitorDeletion: true
monitorNameTemplate: "{{.Namespace}}-{{.IngressName}}"
8 changes: 4 additions & 4 deletions deployments/kubernetes/templates/chart/values.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ ingressMonitorController:
apiURL: https://google.com
alertContacts: some-alert-contacts
secrets: {}
# - variable: environment-variable-name
# name: secret-name
# key: secret-key
# - variable: environment-variable-name
# name: secret-name
# key: secret-key
enableMonitorDeletion: true
monitorNameTemplate: "{{.Namespace}}-{{.IngressName}}"
monitorNameTemplate: "{{ `{{.Namespace}}-{{.IngressName}}` }}"

0 comments on commit 01954a9

Please sign in to comment.