Skip to content

Commit

Permalink
change values.yaml.tmpl
Browse files Browse the repository at this point in the history
  • Loading branch information
usamaahmadkhan committed Apr 30, 2019
1 parent 0a90a00 commit 6ed3ca4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kubernetes:

ingressMonitorController:
tolerations: {}
watchNamespace: "test"
watchNamespace: ""
mount: "secret"
useFullName: false
matchLabels:
Expand Down Expand Up @@ -39,9 +39,9 @@ ingressMonitorController:
config.yaml: |-
providers:
- name: UptimeRobot
apiKey: u673984-fd42aadaa63288101e169864
apiURL: https://api.uptimerobot.com/v2/
alertContacts: "0673984_0_0"
apiKey: your-api-key
apiURL: https://google.com
alertContacts: some-alert-contacts
secrets: {}
enableMonitorDeletion: true
monitorNameTemplate: "{{.Namespace}}-{{.IngressName}}"
1 change: 1 addition & 0 deletions deployments/kubernetes/templates/chart/values.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ kubernetes:
ingressMonitorController:
tolerations: {}
watchNamespace: ""
mount: "secret"
useFullName: false
matchLabels:
group: com.stakater.platform
Expand Down

0 comments on commit 6ed3ca4

Please sign in to comment.