Skip to content

Commit

Permalink
indentation fix
Browse files Browse the repository at this point in the history
Signed-off-by: suryapandian <[email protected]>
  • Loading branch information
suryapandian committed Jun 10, 2024
1 parent bfb2ba4 commit a9854b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/flux2/templates/kustomize-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ metadata:
{{- with .Values.kustomizeController.labels }}
{{- . | toYaml | nindent 4 }}
{{- end }}
{{- with .Values.kustomizeController.deploymentAnnotations }}
annotations:
{{- with .Values.kustomizeController.deploymentAnnotations }}
{{- . | toYaml | nindent 4 }}
{{- end }}
{{- end }}
name: kustomize-controller
spec:
{{- if kindIs "invalid" .Values.kustomizeController.replicas }}
Expand Down
4 changes: 2 additions & 2 deletions charts/flux2/templates/source-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ metadata:
{{- with .Values.sourceController.labels }}
{{- . | toYaml | nindent 4 }}
{{- end }}
{{- with .Values.sourceController.deploymentAnnotations }}
annotations:
{{- with .Values.sourceController.deploymentAnnotations }}
{{- . | toYaml | nindent 4 }}
{{- end }}
{{- end }}
name: source-controller
spec:
replicas: 1
Expand Down

0 comments on commit a9854b4

Please sign in to comment.