File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : prometheus
3
3
appVersion : 0.0.13
4
- version : 0.0.8
4
+ version : 0.0.9
5
5
description : Prometheus is a monitoring system and time series database.
6
6
home : https://prometheus.io/
7
7
icon : https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png
Original file line number Diff line number Diff line change 90
90
image : " {{ .Values.server.image.repository }}:{{ .Values.server.image.tag }}"
91
91
imagePullPolicy : " {{ .Values.server.image.pullPolicy }}"
92
92
env :
93
- {{- if .Values.server.ziti.enabled - }}
93
+ {{- if .Values.server.ziti.enabled }}
94
94
- name : " ZITI_LISTENER_SERVICE_NAME"
95
95
value : " {{ .Values.server.ziti.service }}"
96
96
- name : " ZITI_LISTENER_IDENTITY_NAME"
You can’t perform that action at this time.
0 commit comments