Skip to content

Commit

Permalink
fix: properly render syncctl manifests (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikheil authored Jun 10, 2024
1 parent 4283c81 commit cd78eca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/syncctl/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if .Values.syncctl.enabled }}
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down Expand Up @@ -113,3 +114,4 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}
{{- end }}
2 changes: 2 additions & 0 deletions templates/syncctl/service.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if .Values.syncctl.enabled }}
apiVersion: v1
kind: Service
metadata:
Expand All @@ -14,3 +15,4 @@ spec:
selector:
{{- include "jitsu.selectorLabels" . | nindent 4 }}
{{- include "jitsu.syncctl.selectorLabels" . | nindent 4 }}
{{- end }}

0 comments on commit cd78eca

Please sign in to comment.