Skip to content
Snippets Groups Projects

Draft: Ci mpl release chart

Closed Siarhei Poliak [EPAM / GCP] requested to merge CiMpl_release_chart into master
Files
3
@@ -25,7 +25,7 @@ metadata:
type: Opaque
data:
MINIO_PARTITION_NAME: {{ .Values.global.dataPartitionId | b64enc | quote }}
MINIO_BUCKET_PREFIX: {{ .Values.gc_partition_deploy.data.bucketPrefix | b64enc | quote }} # TODO verify that is created correctly
MINIO_BUCKET_PREFIX: {{ print "refi" | b64enc | quote }} # TODO verify that is created correctly
MINIO_HOST: {{ printf "http://%s" .Values.minio.fullnameOverride | b64enc | quote }}
MINIO_PORT: {{ print "9000" | b64enc | quote }}
MINIO_ACCESS_KEY: {{ .Values.minio.auth.rootUser | b64enc | quote }}
Loading