File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : retool
33description : A Helm chart for Kubernetes
44type : application
5- version : 6.8.6
5+ version : 6.8.7
66maintainers :
77 - name : Retool Engineering
88
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ metadata:
77 {{- include "retool.codeExecutor.selectorLabels" . | nindent 4 }}
88 {{- include "retool.codeExecutor.labels" . | nindent 4 }}
99 {{- include "retool.labels" . | nindent 4 }}
10+ {{- if .Values.deployment.labels }}
11+ {{ toYaml .Values.deployment.labels | indent 4 }}
12+ {{- end }}
1013{{- if .Values.deployment.annotations }}
1114 annotations :
1215{{ toYaml .Values.deployment.annotations | indent 4 }}
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ metadata:
77 {{- include "retool.dbconnector.selectorLabels" . | nindent 4 }}
88 {{- include "retool.dbconnector.labels" . | nindent 4 }}
99 {{- include "retool.labels" . | nindent 4 }}
10+ {{- if .Values.deployment.labels }}
11+ {{ toYaml .Values.deployment.labels | indent 4 }}
12+ {{- end }}
1013 {{- if .Values.deployment.annotations }}
1114 annotations :
1215 {{- toYaml .Values.deployment.annotations | nindent 4 }}
You can’t perform that action at this time.
0 commit comments