From e825978331025e83cac8f88ef9c7d6ab0165fbc6 Mon Sep 17 00:00:00 2001 From: Leif Segen Date: Wed, 9 Sep 2020 00:13:44 -0500 Subject: [PATCH] Remove commentary. Indicate deprecation of gen-deploy.sh --- deployment/README.md | 1 + deployment/deployment-template.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/deployment/README.md b/deployment/README.md index 2d2585a5..0a22c156 100644 --- a/deployment/README.md +++ b/deployment/README.md @@ -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/). + They are automatically generated by running `./deployment/scripts/gen-deploy.sh`. diff --git a/deployment/deployment-template.yaml b/deployment/deployment-template.yaml index b2942bb9..fbb7ef72 100644 --- a/deployment/deployment-template.yaml +++ b/deployment/deployment-template.yaml @@ -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