Browse Source

Fixed identation

master
Fábio Kaiser Rauber 4 years ago
parent
commit
e731d6039f
  1. 8
      charts/portalmodelo/v0.5.0/templates/zeopack-cronjob.yaml

8
charts/portalmodelo/v0.5.0/templates/zeopack-cronjob.yaml

@ -36,7 +36,7 @@ spec:
- mountPath: /data - mountPath: /data
name: data name: data
resources: resources:
{{- toYaml .Values.resources.zeo | nindent 12 }} {{- toYaml .Values.resources.zeo | nindent 16 }}
restartPolicy: OnFailure restartPolicy: OnFailure
volumes: volumes:
- name: data - name: data
@ -48,15 +48,15 @@ spec:
{{- end }} {{- end }}
{{- with .Values.nodeSelector }} {{- with .Values.nodeSelector }}
nodeSelector: nodeSelector:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 12 }}
{{- end }} {{- end }}
{{- with .Values.affinity }} {{- with .Values.affinity }}
affinity: affinity:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 12 }}
{{- end }} {{- end }}
{{- with .Values.tolerations }} {{- with .Values.tolerations }}
tolerations: tolerations:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 12 }}
{{- end }} {{- end }}
{{- end}} {{- end}}
{{- end}} {{- end}}

Loading…
Cancel
Save