We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d2c651 commit ed374fcCopy full SHA for ed374fc
charts/logzio-logs-collector/templates/configmap-agent.yaml
@@ -8,6 +8,7 @@ metadata:
8
labels:
9
{{- include "logs-collector.labels" . | nindent 4 }}
10
data:
11
- relay: {{- include "logs-collector.loggingDaemonsetConfig" . | nindent 4 }}
+ relay: |
12
+ {{- include "logs-collector.loggingDaemonsetConfig" . | nindent 4 }}
13
{{- end }}
14
{{ end }}
charts/logzio-logs-collector/templates/configmap-standalone.yaml
- relay: {{- include "logs-collector.loggingStandaloneConfig" . | nindent 4 }}
+ {{- include "logs-collector.loggingStandaloneConfig" . | nindent 4 }}
0 commit comments