From 1077131f249dce6e6f7283a08119f2899f325efd Mon Sep 17 00:00:00 2001 From: Christian Anton Date: Sun, 26 Jun 2022 18:23:55 +0200 Subject: [PATCH] corrected comment for correct docs --- README.md | 2 +- values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b863bb..29ca036 100644 --- a/README.md +++ b/README.md @@ -400,7 +400,7 @@ The following tables lists the configurable parameters of the chart and their de | zabbixwebservice.extraEnv | list | `[]` | Extra environment variables. A list of additional environment variables. See example: https://github.com/cetic/helm-zabbix/blob/master/docs/example/kind/values.yaml | | zabbixwebservice.extraVolumeMounts | list | `[]` | additional volumeMounts to the zabbix webservice container | | zabbixwebservice.extraVolumes | list | `[]` | additional volumes to make available to the zabbix webservice pod | -| zabbixwebservice.image.pullPolicy | string | `"IfNotPresent"` | Tag of Docker image of Zabbix web | +| zabbixwebservice.image.pullPolicy | string | `"IfNotPresent"` | Pull policy of Docker image | | zabbixwebservice.image.pullSecrets | list | `[]` | List of dockerconfig secrets names to use when pulling images | | zabbixwebservice.image.repository | string | `"zabbix/zabbix-web-service"` | Zabbix web Docker image name | | zabbixwebservice.pod_anti_affinity | bool | `true` | set permissive podAntiAffinity to spread replicas over cluster nodes if replicaCount>1 | diff --git a/values.yaml b/values.yaml index 56f1214..2b9a683 100644 --- a/values.yaml +++ b/values.yaml @@ -325,7 +325,7 @@ zabbixwebservice: image: # -- Zabbix web Docker image name repository: zabbix/zabbix-web-service - # -- Tag of Docker image of Zabbix web + # -- Pull policy of Docker image pullPolicy: IfNotPresent # -- List of dockerconfig secrets names to use when pulling images pullSecrets: []