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
name: data
resources:
{{- toYaml .Values.resources.zeo | nindent 12 }}
{{- toYaml .Values.resources.zeo | nindent 16 }}
restartPolicy: OnFailure
volumes:
- name: data
@ -48,15 +48,15 @@ spec:
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.affinity }}
affinity:
{{- toYaml . | nindent 8 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- end}}
{{- end}}

Loading…
Cancel
Save