summaryrefslogtreecommitdiffstats
path: root/kubernetes/common/elasticsearch/components/curator/values.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-09-07 07:55:16 +0000
committerGerrit Code Review <gerrit@onap.org>2020-09-07 07:55:16 +0000
commit2f987f69b45998da0ff21fd7dc14d18206352507 (patch)
tree6e0a4a1674e42c0a6d3f8262c7fb25bbbe44cfb7 /kubernetes/common/elasticsearch/components/curator/values.yaml
parent27444aa8fabaecf121d1c6269e4b08fcffce6bcf (diff)
parentc2a3686a6c057a1ebaf4e8562f780e49f57304cf (diff)
Merge "[COMMON/elasticsearch] Avoid 'Warning: Merging destination map for chart'"
Diffstat (limited to 'kubernetes/common/elasticsearch/components/curator/values.yaml')
-rw-r--r--kubernetes/common/elasticsearch/components/curator/values.yaml18
1 files changed, 8 insertions, 10 deletions
diff --git a/kubernetes/common/elasticsearch/components/curator/values.yaml b/kubernetes/common/elasticsearch/components/curator/values.yaml
index 5e0d9668d3..addd52867e 100644
--- a/kubernetes/common/elasticsearch/components/curator/values.yaml
+++ b/kubernetes/common/elasticsearch/components/curator/values.yaml
@@ -31,16 +31,14 @@ repositoryOverride: docker.io
##
enabled: false
name: curator
-image:
- imageName: bitnami/elasticsearch-curator
- tag: 5.8.1-debian-9-r74
- pullPolicy: IfNotPresent
- ## Optionally specify an array of imagePullSecrets.
- ## Secrets must be manually created in the namespace.
- ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
- ##
- # pullSecrets:
- # - myRegistryKeySecretName
+image: bitnami/elasticsearch-curator:5.8.1-debian-9-r74
+pullPolicy: IfNotPresent
+## Optionally specify an array of imagePullSecrets.
+## Secrets must be manually created in the namespace.
+## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
+##
+# pullSecrets:
+# - myRegistryKeySecretName
service:
port: 9200
cronjob: