1 parent 7643332 commit 09c6e22Copy full SHA for 09c6e22
2 files changed
charts/single-deployment/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: single-deployment
3
description: A Helm chart for single deployment application
4
type: application
5
-version: 0.4.3
+version: 0.4.4
6
appVersion: "latest"
7
maintainers:
8
- name: pmint93
charts/single-deployment/templates/deployment.yaml
@@ -14,7 +14,10 @@ strategy:
14
pod_labels:
15
{{- include "single-deployment.selectorLabels" . | nindent 4 }}
16
pod_annotations:
17
- {{- toYaml .Values.podAnnotations | nindent 2 }}
+ checksum/env-secret: {{ include (print $.Template.BasePath "/env-secret.yaml") . | sha256sum }}
18
+ {{- with .Values.podAnnotations }}
19
+ {{ toYaml . | nindent 2 }}
20
+ {{- end }}
21
topologySpreadConstraints:
22
{{- toYaml .Values.topologySpreadConstraints | nindent 2 }}
23
tolerations:
0 commit comments