We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0685fad commit bbe6321Copy full SHA for bbe6321
2 files changed
charts/network-exporter/Chart.yaml
@@ -2,5 +2,5 @@ apiVersion: v2
2
name: network-exporter
3
description: A Helm chart for network_exporter
4
type: application
5
-version: 0.1.0
+version: 0.2.0
6
appVersion: "1.8.0"
charts/network-exporter/templates/deployment.yaml
@@ -11,8 +11,9 @@ spec:
11
{{- include "network-exporter.selectorLabels" . | nindent 6 }}
12
template:
13
metadata:
14
- {{- with .Values.podAnnotations }}
15
annotations:
+ checksum/config: {{ include (print .Template.BasePath "/configmap.yaml") . | sha256sum }}
16
+ {{- with .Values.podAnnotations }}
17
{{- toYaml . | nindent 8 }}
18
{{- end }}
19
labels:
0 commit comments