File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed 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