charts: move pcloud yaml configs into templates
diff --git a/apps/minio/chart/templates/configmap.yaml b/apps/minio/chart/templates/configmap.yaml
index 5861511..ff62eda 100644
--- a/apps/minio/chart/templates/configmap.yaml
+++ b/apps/minio/chart/templates/configmap.yaml
@@ -3,4 +3,5 @@
 metadata:
   name: action-env
 data:
-  minio_addr: http://{{ template "minio.fullname" . }}:{{ .Values.minio.service.port }}
+  # TODO(giolekva): figure out how to use template "minio.fullname" .
+  minio_addr: http://{{ .Values.minio.fullnameOverride }}:{{ .Values.minio.service.port }}