We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d4d5e commit 222681dCopy full SHA for 222681d
charts/retool/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: retool
3
description: A Helm chart for Kubernetes
4
type: application
5
-version: 6.3.4
+version: 6.3.5
6
maintainers:
7
- name: Retool Engineering
8
email: engineering+helm@retool.com
charts/retool/templates/deployment_code_executor.yaml
@@ -159,5 +159,6 @@ spec:
159
selector:
160
matchLabels:
161
{{- include "retool.codeExecutor.selectorLabels" . | nindent 6 }}
162
+{{- end }}
163
---
164
{{- end }}
0 commit comments