Skip to content

Commit

Permalink
Remove commentary. Indicate deprecation of gen-deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Leif Segen committed Sep 9, 2020
1 parent 2875361 commit e825978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
2 changes: 1 addition & 1 deletion deployment/deployment-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e825978

Please sign in to comment.