Skip to content

Commit

Permalink
log flags
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Hoehl <lukas.hoehl@stackit.de>
  • Loading branch information
Lukas Hoehl committed Aug 14, 2024
1 parent 5487ff5 commit afa7706
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
{{- if .Values.yawolClassName }}
- -classname={{ .Values.yawolClassName }}
{{- end }}
{{- include "logFlags" . | indent 10 }}
{{ include "logFlags" . | indent 10 }}
env:
{{- if .Values.namespace }}
- name: CLUSTER_NAMESPACE
Expand Down
6 changes: 3 additions & 3 deletions charts/yawol-controller/templates/yawol-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
{{- if .Values.yawolController.errorBackoffMaxDelay }}
- -error-backoff-max-delay={{ .Values.yawolController.errorBackoffMaxDelay }}
{{- end }}
{{- include "logFlags" . | indent 10 }}
{{ include "logFlags" . | indent 10 }}
env:
{{- if .Values.namespace }}
- name: CLUSTER_NAMESPACE
Expand Down Expand Up @@ -81,7 +81,7 @@ spec:
{{- if .Values.yawolController.errorBackoffMaxDelay }}
- -error-backoff-max-delay={{ .Values.yawolController.errorBackoffMaxDelay }}
{{- end }}
{{- include "logFlags" . | indent 10 }}
{{ include "logFlags" . | indent 10 }}
env:
{{- if .Values.namespace }}
- name: CLUSTER_NAMESPACE
Expand Down Expand Up @@ -122,7 +122,7 @@ spec:
{{- if .Values.yawolController.errorBackoffMaxDelay }}
- -error-backoff-max-delay={{ .Values.yawolController.errorBackoffMaxDelay }}
{{- end }}
{{- include "logFlags" . | indent 10 }}
{{ include "logFlags" . | indent 10 }}
env:
{{- if .Values.namespace }}
- name: CLUSTER_NAMESPACE
Expand Down

0 comments on commit afa7706

Please sign in to comment.