Skip to content

Commit ce1a8c5

Browse files
committed
remove the need for a variable
1 parent bb55962 commit ce1a8c5

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

deploy-manage/deploy/cloud-on-k8s/managing-deployments-using-helm-chart.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,7 @@ kind: Ingress
144144
metadata:
145145
name: elasticsearch
146146
labels:
147-
helm.sh/chart: eck-elasticsearch-{{eck_helm_chart_version}}
148-
app.kubernetes.io/name: eck-elasticsearch
149-
app.kubernetes.io/instance: es-kb-quickstart
150-
app.kubernetes.io/managed-by: Helm
147+
...
151148
spec:
152149
rules:
153150
- host: "elasticsearch.example.com"
@@ -167,10 +164,7 @@ kind: Ingress
167164
metadata:
168165
name: es-kb-quickstart-eck-kibana
169166
labels:
170-
helm.sh/chart: eck-kibana-{{eck_helm_chart_version}}
171-
app.kubernetes.io/name: eck-kibana
172-
app.kubernetes.io/instance: es-kb-quickstart
173-
app.kubernetes.io/managed-by: Helm
167+
...
174168
spec:
175169
rules:
176170
- host: "kibana.example.com"

docset.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ subs:
277277
es-pull: "https://github.com/elastic/elasticsearch/pull/"
278278
kib-pull: "https://github.com/elastic/kibana/pull/"
279279
eck_helm_minimum_version: 3.2.0
280-
eck_helm_chart_version: 0.17.0
281280
eck_resources_list: "Elasticsearch, Kibana, APM Server, Beats, Elastic Agent, Elastic Maps Server, and Logstash"
282281
eck_resources_list_short: "APM Server, Beats, Elastic Agent, Elastic Maps Server, and Logstash"
283282
heroku: "Elasticsearch Add-on for Heroku"

0 commit comments

Comments
 (0)