Fix elasticsearch-master rendering error
Update the elasticsearch-master statefulset to use the correct helm-toolkit snippet for the update strategy. Change-Id: Ifd07a13cc63f1ba610a3f70052ec64be9db3b09c
This commit is contained in:
parent
7ebc49c338
commit
b11fa5509b
@ -15,7 +15,7 @@ apiVersion: v1
|
||||
appVersion: v7.1.0
|
||||
description: OpenStack-Helm ElasticSearch
|
||||
name: elasticsearch
|
||||
version: 0.1.5
|
||||
version: 0.1.6
|
||||
home: https://www.elastic.co/
|
||||
sources:
|
||||
- https://github.com/elastic/elasticsearch
|
||||
|
@ -37,7 +37,7 @@ spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
{{ tuple $envAll "elasticsearch" "master" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 6 }}
|
||||
{{ tuple $envAll | include "helm-toolkit.snippets.kubernetes_upgrades_deployment" | indent 2 }}
|
||||
{{ tuple $envAll | include "helm-toolkit.snippets.kubernetes_upgrades_statefulset" | indent 2 }}
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
Loading…
Reference in New Issue
Block a user