summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhengxinwei-f <zhengxinwei@huawei.com>2024-01-19 10:03:24 +0800
committerzhengxinwei-f <zhengxinwei@huawei.com>2024-01-19 10:03:24 +0800
commit8ebffc75c76985c43336e219b603aa96e5bdc646 (patch)
treee762eeda056c4185ae34e4fee42c2cfd0326645f
parentMerge pull request #5280 from wbc6080/fix-namespace-in-mapper (diff)
downloadkubeedge-8ebffc75c76985c43336e219b603aa96e5bdc646.tar.gz
fix the indentation bug of keadm init
Signed-off-by: zhengxinwei-f <zhengxinwei@huawei.com>
-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 }}