File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : developer-portal-backend
33description : A Helm chart for deploying the Diamond developer portal backend
44type : application
5- version : 0.1.1
5+ version : 0.1.2
66appVersion : 0.0.26
77dependencies :
88 - name : common
Original file line number Diff line number Diff line change 1212 {{- include "common.labels.matchLabels" $ | nindent 6 }}
1313 template :
1414 metadata :
15+ annotations :
16+ checksum/secrets : {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }}
1517 labels :
1618 {{- include "common.labels.standard" $ | nindent 8 }}
17- checksum/secrets : {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }}
1819 spec :
1920 {{- if .Values.serviceAccount.create }}
2021 serviceAccountName : {{ include "common.names.fullname" $ }}
You can’t perform that action at this time.
0 commit comments