charts: move pcloud yaml configs into templates
diff --git a/apps/minio/chart/templates/ingress.yaml b/apps/minio/chart/templates/ingress.yaml
index 2e09222..94bd141 100644
--- a/apps/minio/chart/templates/ingress.yaml
+++ b/apps/minio/chart/templates/ingress.yaml
@@ -11,7 +11,8 @@
match: Host(`{{ .Values.ingressHost }}`)
services:
- kind: Service
- name: {{ template "minio.fullname" . }}
+ # TODO(giolekva): figure out how to use template "minio.fullname" .
+ name: {{ .Values.minio.fullnameOverride }}
namespace: {{ .Release.Namespace }}
passHostHeader: true
port: {{ .Values.minio.service.port }}