Skip to content

Commit

Permalink
Merge pull request #5373 from ZhengXinwei-F/indentation
Browse files Browse the repository at this point in the history
fix the indentation bug of keadm init
  • Loading branch information
kubeedge-bot committed Jan 19, 2024
2 parents 5360462 + 8ebffc7 commit ed556dc
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions manifests/charts/cloudcore/templates/daemonset_mosquitto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit ed556dc

Please sign in to comment.