Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-yn authored Oct 3, 2024
1 parent 1871e5a commit 706ecbc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion charts/retool/templates/deployment_backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ metadata:
{{- include "retool.labels" . | nindent 4 }}
{{- include "retool.selectorLabels" . | nindent 4 }}
{{- if .Values.deployment.labels }}
labels:
{{ toYaml .Values.deployment.labels | indent 4 }}
{{- end }}
{{- if .Values.deployment.annotations }}
Expand Down
1 change: 0 additions & 1 deletion charts/retool/templates/deployment_jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ metadata:
app.kubernetes.io/instance: {{ .Release.Name }}
telemetry.retool.com/service-name: jobs-runner
{{- if .Values.deployment.labels }}
labels:
{{ toYaml .Values.deployment.labels | indent 4 }}
{{- end }}
{{- if .Values.deployment.annotations }}
Expand Down

0 comments on commit 706ecbc

Please sign in to comment.