|
@@ -23,7 +23,6 @@ spec:
|
|
release: {{ .Release.Name }}
|
|
release: {{ .Release.Name }}
|
|
annotations:
|
|
annotations:
|
|
checksum/secrets: {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }}
|
|
checksum/secrets: {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }}
|
|
- checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
|
|
|
|
spec:
|
|
spec:
|
|
serviceAccountName: {{ include "minio.serviceAccountName" . | quote }}
|
|
serviceAccountName: {{ include "minio.serviceAccountName" . | quote }}
|
|
containers:
|
|
containers:
|
|
@@ -33,7 +32,7 @@ spec:
|
|
command:
|
|
command:
|
|
- "/bin/sh"
|
|
- "/bin/sh"
|
|
- "-ce"
|
|
- "-ce"
|
|
- - "/usr/bin/docker-entrypoint.sh minio -S server /export {{- template "minio.extraArgs" . }}"
|
|
|
|
|
|
+ - "/usr/bin/docker-entrypoint.sh minio server /export {{- template "minio.extraArgs" . }}"
|
|
volumeMounts:
|
|
volumeMounts:
|
|
- name: export
|
|
- name: export
|
|
mountPath: /export
|
|
mountPath: /export
|