mirror of https://git.rancher.io/charts
[rancher-logging] Add node selector to kubeAudit logging
parent
59847713d7
commit
b8cb98b6e2
|
@ -18,6 +18,7 @@ spec:
|
|||
{{- with (concat (.Values.tolerations) (.Values.fluentbit.tolerations) (.Values.additionalLoggingSources.kubeAudit.fluentbit.tolerations)) }}
|
||||
tolerations: {{- toYaml . | nindent 6 }}
|
||||
{{- end }}
|
||||
nodeSelector: {{ include "controlplaneSelector" . | nindent 6 }}
|
||||
{{- end -}}
|
||||
{{- if .Values.additionalLoggingSources.kubeAudit.enabled }}
|
||||
{{- include "logging-operator.logging" (list . "logging-operator.logging.kube-audit") -}}
|
||||
|
|
Loading…
Reference in New Issue