Skip to content

Commit 6c2a572

Browse files
committed
Add labels to code-executor and db-connector deployments
1 parent e0eed81 commit 6c2a572

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

charts/retool/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: retool
33
description: A Helm chart for Kubernetes
44
type: application
5-
version: 6.8.6
5+
version: 6.8.7
66
maintainers:
77
- name: Retool Engineering
88

charts/retool/templates/deployment_code_executor.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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 }}

charts/retool/templates/deployment_dbconnector.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)