@@ -29,49 +29,48 @@ It even supports multiple lines and [Link parsing](#common-parameters).
2929
3030This description starts in a new line instead of the same line of description start tag. It does not have multiple lines.
3131
32- | Name | Description | Value |
33- | ---------------------------------------- | --------------------------------------------------- | ---------------------- |
34- | ` image.registry ` | Kubewatch image registry | ` docker.io ` |
35- | ` image.repository ` | Kubewatch image name | ` bitnami/kubewatch ` |
36- | ` image.tag ` | Kubewatch image tag | ` 0.1.0-debian-10-r162 ` |
37- | ` image.pullPolicy ` | Kubewatch image tag | ` IfNotPresent ` |
38- | ` image.pullSecrets ` | Specify docker-registry secret names as an array | ` [] ` |
39- | ` slack.enabled ` | Enable Slack notifications | ` true ` |
40- | ` slack.channel ` | Slack channel to notify | ` XXXX ` |
41- | ` slack.token ` | Slack API token | ` XXXX ` |
42- | ` hipchat.enabled ` | Enable HipChat notifications | ` false ` |
43- | ` hipchat.room ` | HipChat room to notify | ` "" ` |
44- | ` hipchat.token ` | HipChat token | ` "" ` |
45- | ` hipchat.url ` | HipChat URL | ` "" ` |
46- | ` mattermost.enabled ` | Enable Mattermost notifications | ` false ` |
47- | ` mattermost.channel ` | Mattermost channel to notify | ` "" ` |
48- | ` mattermost.username ` | Mattermost user to notify | ` "" ` |
49- | ` mattermost.url ` | Mattermost URL | ` "" ` |
50- | ` flock.enabled ` | Enable Flock notifications | ` false ` |
51- | ` flock.url ` | Flock URL | ` "" ` |
52- | ` msteams.enabled ` | Enable Microsoft Teams notifications | ` false ` |
53- | ` msteams.webhookurl ` | Microsoft Teams webhook URL | ` "" ` |
54- | ` webhook ` | Enable Webhook notifications | ` {} ` |
55- | ` smtp.enabled ` | Enable SMTP (email) notifications | ` false ` |
56- | ` smtp.to ` | Destination email address (required) | ` "" ` |
57- | ` smtp.from ` | Source email address (required) | ` "" ` |
58- | ` smtp.hello ` | SMTP hello field (optional) | ` "" ` |
59- | ` smtp.smarthost ` | SMTP server address (name: port ) (required) | ` "" ` |
60- | ` smtp.subject ` | SMTP subject for the email | ` "" ` |
61- | ` smtp.requireTLS ` | Force STARTTLS | ` false ` |
62- | ` smtp.auth.username ` | Username for LOGIN and PLAIN auth mech | ` "" ` |
63- | ` smtp.auth.password ` | Password for LOGIN and PLAIN auth mech | ` "" ` |
64- | ` smtp.auth.secret ` | Secret for CRAM-MD5 auth mech | ` "" ` |
65- | ` smtp.auth.identity ` | Identity for PLAIN auth mech | ` "" ` |
66- | ` namespaceToWatch ` | Namespace to watch, leave it empty for watching all | ` "" ` |
67- | ` resourcesToWatch.pod ` | Watch changes to Pods | ` true ` |
68- | ` resourcesToWatch.deployment ` | Watch changes to Deployments | ` true ` |
69- | ` resourcesToWatch.replicationcontroller ` | Watch changes to ReplicationControllers | ` false ` |
70- | ` resourcesToWatch.replicaset ` | Watch changes to ReplicaSets | ` false ` |
71- | ` resourcesToWatch.daemonset ` | Watch changes to DaemonSets | ` false ` |
72- | ` resourcesToWatch.services ` | Watch changes to Services | ` false ` |
73- | ` resourcesToWatch.job ` | Watch changes to Jobs | ` false ` |
74- | ` resourcesToWatch.persistentvolume ` | Watch changes to PersistentVolumes | ` false ` |
32+ | Name | Description | Value |
33+ | ---------------------------------------- | --------------------------------------------------- | --------------------------- |
34+ | ` image.registry ` | Kubewatch image registry | ` REGISTRY_NAME ` |
35+ | ` image.repository ` | Kubewatch image name | ` REPOSITORY_NAME/kubewatch ` |
36+ | ` image.pullPolicy ` | Kubewatch image pull policy | ` IfNotPresent ` |
37+ | ` image.pullSecrets ` | Specify docker-registry secret names as an array | ` [] ` |
38+ | ` slack.enabled ` | Enable Slack notifications | ` true ` |
39+ | ` slack.channel ` | Slack channel to notify | ` XXXX ` |
40+ | ` slack.token ` | Slack API token | ` XXXX ` |
41+ | ` hipchat.enabled ` | Enable HipChat notifications | ` false ` |
42+ | ` hipchat.room ` | HipChat room to notify | ` "" ` |
43+ | ` hipchat.token ` | HipChat token | ` "" ` |
44+ | ` hipchat.url ` | HipChat URL | ` "" ` |
45+ | ` mattermost.enabled ` | Enable Mattermost notifications | ` false ` |
46+ | ` mattermost.channel ` | Mattermost channel to notify | ` "" ` |
47+ | ` mattermost.username ` | Mattermost user to notify | ` "" ` |
48+ | ` mattermost.url ` | Mattermost URL | ` "" ` |
49+ | ` flock.enabled ` | Enable Flock notifications | ` false ` |
50+ | ` flock.url ` | Flock URL | ` "" ` |
51+ | ` msteams.enabled ` | Enable Microsoft Teams notifications | ` false ` |
52+ | ` msteams.webhookurl ` | Microsoft Teams webhook URL | ` "" ` |
53+ | ` webhook ` | Enable Webhook notifications | ` {} ` |
54+ | ` smtp.enabled ` | Enable SMTP (email) notifications | ` false ` |
55+ | ` smtp.to ` | Destination email address (required) | ` "" ` |
56+ | ` smtp.from ` | Source email address (required) | ` "" ` |
57+ | ` smtp.hello ` | SMTP hello field (optional) | ` "" ` |
58+ | ` smtp.smarthost ` | SMTP server address (name: port ) (required) | ` "" ` |
59+ | ` smtp.subject ` | SMTP subject for the email | ` "" ` |
60+ | ` smtp.requireTLS ` | Force STARTTLS | ` false ` |
61+ | ` smtp.auth.username ` | Username for LOGIN and PLAIN auth mech | ` "" ` |
62+ | ` smtp.auth.password ` | Password for LOGIN and PLAIN auth mech | ` "" ` |
63+ | ` smtp.auth.secret ` | Secret for CRAM-MD5 auth mech | ` "" ` |
64+ | ` smtp.auth.identity ` | Identity for PLAIN auth mech | ` "" ` |
65+ | ` namespaceToWatch ` | Namespace to watch, leave it empty for watching all | ` "" ` |
66+ | ` resourcesToWatch.pod ` | Watch changes to Pods | ` true ` |
67+ | ` resourcesToWatch.deployment ` | Watch changes to Deployments | ` true ` |
68+ | ` resourcesToWatch.replicationcontroller ` | Watch changes to ReplicationControllers | ` false ` |
69+ | ` resourcesToWatch.replicaset ` | Watch changes to ReplicaSets | ` false ` |
70+ | ` resourcesToWatch.daemonset ` | Watch changes to DaemonSets | ` false ` |
71+ | ` resourcesToWatch.services ` | Watch changes to Services | ` false ` |
72+ | ` resourcesToWatch.job ` | Watch changes to Jobs | ` false ` |
73+ | ` resourcesToWatch.persistentvolume ` | Watch changes to PersistentVolumes | ` false ` |
7574
7675### Deployment parameters
7776
0 commit comments