|
@@ -11,8 +11,11 @@ spec:
|
|
|
{{- include "openvpn.selectorLabels" . | nindent 6 }}
|
|
|
template:
|
|
|
metadata:
|
|
|
- {{- with .Values.openvpn.podAnnotations }}
|
|
|
annotations:
|
|
|
+ checksum/config: {{ include (print $.Template.BasePath "/cm-configuration.yaml") . | sha256sum }}
|
|
|
+ checksum/config2: {{ include (print $.Template.BasePath "/secret-keys.yaml") . | sha256sum }}
|
|
|
+ checksum/config3: {{ include (print $.Template.BasePath "/cm-openvpnscripts.yaml") . | sha256sum }}
|
|
|
+ {{- with .Values.openvpn.podAnnotations }}
|
|
|
{{- toYaml . | nindent 8 }}
|
|
|
{{- end }}
|
|
|
labels:
|