summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com>2024-01-19 11:30:29 +0800
committerGitHub <noreply@github.com>2024-01-19 11:30:29 +0800
commited556dca189dfa38ee2a19c689aea4cca2b21dc9 (patch)
treee762eeda056c4185ae34e4fee42c2cfd0326645f
parentMerge pull request #5280 from wbc6080/fix-namespace-in-mapper (diff)
parentfix the indentation bug of keadm init (diff)
downloadkubeedge-ed556dca189dfa38ee2a19c689aea4cca2b21dc9.tar.gz
Merge pull request #5373 from ZhengXinwei-F/indentation
fix the indentation bug of keadm init
-rw-r--r--manifests/charts/cloudcore/templates/daemonset_mosquitto.yaml18
1 files changed, 9 insertions, 9 deletions
diff --git a/manifests/charts/cloudcore/templates/daemonset_mosquitto.yaml b/manifests/charts/cloudcore/templates/daemonset_mosquitto.yaml
index 85561309b..3c05b8fd0 100644
--- a/manifests/charts/cloudcore/templates/daemonset_mosquitto.yaml
+++ b/manifests/charts/cloudcore/templates/daemonset_mosquitto.yaml
@@ -28,15 +28,15 @@ spec:
hostPath:
path: /var/lib/kubeedge/mqtt/data
containers:
- - name: edge-eclipse-mosquitto
- image: {{ .Values.mosquitto.image.repository }}:{{ .Values.mosquitto.image.tag }}
- imagePullPolicy: {{ .Values.mosquitto.image.pullPolicy }}
- {{- with .Values.mosquitto.resources }}
- resources: {{ toYaml . | nindent 10 }}
- {{- end }}
- volumeMounts:
- - name: mqtt-data-path
- mountPath: /mosquitto/data
+ - name: edge-eclipse-mosquitto
+ image: {{ .Values.mosquitto.image.repository }}:{{ .Values.mosquitto.image.tag }}
+ imagePullPolicy: {{ .Values.mosquitto.image.pullPolicy }}
+ {{- with .Values.mosquitto.resources }}
+ resources: {{ toYaml . | nindent 10 }}
+ {{- end }}
+ volumeMounts:
+ - name: mqtt-data-path
+ mountPath: /mosquitto/data
{{- with .Values.mosquitto.affinity }}
affinity: {{ toYaml . | nindent 8 }}
{{- end }}