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 4b17956 commit ced71a6Copy full SHA for ced71a6
charts/backend/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: developer-portal-backend
3
description: A Helm chart for deploying the Diamond developer portal backend
4
type: application
5
-version: 0.1.0
+version: 0.1.1
6
appVersion: 0.0.26
7
dependencies:
8
- name: common
charts/backend/templates/deployment.yaml
@@ -14,6 +14,7 @@ spec:
14
metadata:
15
labels:
16
{{- include "common.labels.standard" $ | nindent 8 }}
17
+ checksum/secrets: {{ include (print $.Template.BasePath "secrets.yaml") . | sha256sum }}
18
spec:
19
{{- if .Values.serviceAccount.create }}
20
serviceAccountName: {{ include "common.names.fullname" $ }}
0 commit comments