From 25dd74d313cedb367ce8b266021f2e8bbbffe2a3 Mon Sep 17 00:00:00 2001 From: Marcus van Dam Date: Tue, 21 May 2019 12:15:35 +0200 Subject: [PATCH] Updating the readme to reflect the HelmChart values --- chart/keel/README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/chart/keel/README.md b/chart/keel/README.md index 5cb85073..fb24a63d 100644 --- a/chart/keel/README.md +++ b/chart/keel/README.md @@ -88,27 +88,32 @@ The following table lists has the main configurable parameters (polling, trigger | `ecr.accessKeyId` | AWS_ACCESS_KEY_ID for ECR Registry | | | `ecr.secretAccessKey` | AWS_SECRET_ACCESS_KEY for ECR Registry | | | `ecr.region` | AWS_REGION for ECR Registry | | +| `insecureRegistry` | Enable/disable insecure registries | `false` | | `webhook.enabled` | Enable/disable Webhook Notification | `false` | | `webhook.endpoint` | Remote webhook endpoint | | | `slack.enabled` | Enable/disable Slack Notification | `false` | +| `slack.botName` | Name of the Slack bot | | | `slack.token` | Slack token | | | `slack.channel` | Slack channel | | | `slack.approvalsChannel` | Slack channel for approvals | | | `service.enable` | Enable/disable Keel service | `false` | | `service.type` | Keel service type | `LoadBalancer` | | `service.externalPort` | Keel service port | `9300` | +| `service.clusterIP` | Keel service clusterIP | | | `webhookRelay.enabled` | Enable/disable WebhookRelay integration| `false` | | `webhookRelay.key` | WebhookRelay key | | | `webhookRelay.secret` | WebhookRelay secret | | | `webhookRelay.bucket` | WebhookRelay bucket | | -| `rbac.enabled` | Enable/disable RBAC installation | `false` | -| `hipchat.enabled` | Enable/disable hipchat integration | `false` | +| `rbac.enabled` | Enable/disable RBAC installation | `true` | +| `hipchat.enabled` | Enable/disable Hipchat integration | `false` | | `hipchat.token` | Hipchat token | | | `hipchat.channel` | Hipchat channel | | | `hipchat.approvalsChannel` | Hipchat channel for approvals | | | `hipchat.botName` | Name of the Hipchat bot | | | `hipchat.userName` | Hipchat username in Jabber format | | | `hipchat.password` | Hipchat password for approvals user | | +| `mattermost.enabled` | Enable/disable Mattermost integration | `false` | +| `mattermost.endpoint` | Mattermost API endpoint | | | `googleApplicationCredentials` | GCP Service account key configurable | | | `hipchat.password` | Hipchat password for approvals user | | | `gcloudIngress.enabled` | Configure Google Cloud Ingress | `false` |