Commit 31aab04 1 parent 2a68f08 commit 31aab04 Copy full SHA for 31aab04
File tree 3 files changed +9
-1
lines changed
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : grafana
3
- version : 8.3.7
3
+ version : 8.4.0
4
4
appVersion : 11.1.0
5
5
kubeVersion : " ^1.8.0-0"
6
6
description : The leading tool for querying and visualizing time series and metrics.
Original file line number Diff line number Diff line change @@ -1156,6 +1156,9 @@ volumes:
1156
1156
- name: { { tpl .name $root } }
1157
1157
configMap:
1158
1158
name: { { tpl .configMap $root } }
1159
+ { {- with .optional } }
1160
+ optional: { { . } }
1161
+ { {- end } }
1159
1162
{ {- with .items } }
1160
1163
items:
1161
1164
{ {- toYaml . | nindent 8 } }
@@ -1261,6 +1264,9 @@ volumes:
1261
1264
secret:
1262
1265
secretName: { { .secretName } }
1263
1266
defaultMode: { { .defaultMode } }
1267
+ { {- with .optional } }
1268
+ optional: { { . } }
1269
+ { {- end } }
1264
1270
{ {- with .items } }
1265
1271
items:
1266
1272
{ {- toYaml . | nindent 8 } }
Original file line number Diff line number Diff line change @@ -164,6 +164,7 @@ extraConfigmapMounts: []
164
164
# subPath: certificates.crt # (optional)
165
165
# configMap: certs-configmap
166
166
# readOnly: true
167
+ # optional: false
167
168
168
169
169
170
extraEmptyDirMounts : []
@@ -539,6 +540,7 @@ extraSecretMounts: []
539
540
# mountPath: /etc/secrets
540
541
# secretName: grafana-secret-files
541
542
# readOnly: true
543
+ # optional: false
542
544
# subPath: ""
543
545
#
544
546
# for AWS EKS (cloudwatch) use the following (see also instruction in env: above)
You can’t perform that action at this time.
0 commit comments