Remove commentary. Indicate deprecation of gen-deploy.sh
parent
287536123c
commit
e825978331
|
@ -12,4 +12,5 @@ The manifests in this are generated from the Helm chart automatically.
|
|||
The `values.yaml` files used to configure `keel` can be found in
|
||||
[`values`](./values/).
|
||||
|
||||
<!-- Deprecated -->
|
||||
They are automatically generated by running `./deployment/scripts/gen-deploy.sh`.
|
||||
|
|
|
@ -184,7 +184,7 @@ spec:
|
|||
value: ""
|
||||
# Enable MS Teams webhook endpoint
|
||||
- name: TEAMS_WEBHOOK_URL
|
||||
value: "{{ .teams_webhook_url }}" # Following same pattern as with adjacent examples. However, I can't see why this would work. (There is no top level "slack_channel" in the values.yaml. Nor is there the ".Values" prefix as with deployment.yaml.) Maybe my issue here is that I don't know how this depoyment-template.yaml file is used. I assume deployment.yaml would be the primary one in use.
|
||||
value: "{{ .teams_webhook_url }}"
|
||||
- name: SLACK_TOKEN
|
||||
value: "{{ .slack_token }}"
|
||||
- name: SLACK_CHANNELS
|
||||
|
|
Loading…
Reference in New Issue