Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Zimin <[email protected]>
  • Loading branch information
AleksZimin committed Jan 19, 2024
1 parent 85c1414 commit 3d95db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/agent/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ spec:
imagePullSecrets:
- name: {{ .Chart.Name }}-module-registry
serviceAccountName: sds-node-configurator
hostPID: true
containers:
- name: sds-node-configurator-agent
image: {{ include "helm_lib_module_image" (list . "agent") }}
Expand All @@ -49,5 +50,4 @@ spec:
{{- else if eq .Values.sdsNodeConfigurator.logLevel "TRACE" }}
value: "4"
{{- end }}
hostPID: true
{{- end }}

0 comments on commit 3d95db1

Please sign in to comment.