aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/deploy/minio/templates/deployment.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'vnfs/DAaaS/deploy/minio/templates/deployment.yaml')
-rw-r--r--vnfs/DAaaS/deploy/minio/templates/deployment.yaml22
1 files changed, 11 insertions, 11 deletions
diff --git a/vnfs/DAaaS/deploy/minio/templates/deployment.yaml b/vnfs/DAaaS/deploy/minio/templates/deployment.yaml
index af335b2d..b21f0c46 100644
--- a/vnfs/DAaaS/deploy/minio/templates/deployment.yaml
+++ b/vnfs/DAaaS/deploy/minio/templates/deployment.yaml
@@ -57,28 +57,28 @@ spec:
"/usr/bin/docker-entrypoint.sh minio -C {{ .Values.configPath }} gateway s3 {{ .Values.s3gateway.serviceEndpoint }}" ]
{{- else }}
{{- if .Values.azuregateway.enabled }}
- command: [ "/bin/sh",
- "-ce",
+ command: [ "/bin/sh",
+ "-ce",
"/usr/bin/docker-entrypoint.sh minio -C {{ .Values.configPath }} gateway azure" ]
{{- else }}
{{- if .Values.gcsgateway.enabled }}
- command: [ "/bin/sh",
- "-ce",
+ command: [ "/bin/sh",
+ "-ce",
"/usr/bin/docker-entrypoint.sh minio -C {{ .Values.configPath }} gateway gcs {{ .Values.gcsgateway.projectId }}" ]
{{- else }}
{{- if .Values.ossgateway.enabled }}
- command: [ "/bin/sh",
- "-ce",
- "cp /tmp/config.json {{ .Values.configPath }} &&
+ command: [ "/bin/sh",
+ "-ce",
+ "cp /tmp/config.json {{ .Values.configPath }} &&
/usr/bin/docker-entrypoint.sh minio -C {{ .Values.configPath }} gateway oss {{ .Values.ossgateway.endpointURL }}" ]
{{- else }}
{{- if .Values.nasgateway.enabled }}
- command: [ "/bin/sh",
- "-ce",
+ command: [ "/bin/sh",
+ "-ce",
"/usr/bin/docker-entrypoint.sh minio -C {{ .Values.configPath }} gateway nas {{ .Values.mountPath }}" ]
{{- else }}
- command: [ "/bin/sh",
- "-ce",
+ command: [ "/bin/sh",
+ "-ce",
"/usr/bin/docker-entrypoint.sh minio -C {{ .Values.configPath }} server {{ .Values.mountPath }}" ]
{{- end }}
{{- end }}