diff --git a/dremio/helm/dremio/values.yaml.tpl b/dremio/helm/dremio/values.yaml.tpl index 1bbf0745b..4a5530f71 100644 --- a/dremio/helm/dremio/values.yaml.tpl +++ b/dremio/helm/dremio/values.yaml.tpl @@ -1,8 +1,14 @@ +global: + application: + links: + - description: dremio ingress + url: {{ .Values.hostname }} + dremio: ingress: tls: - hosts: - - { { .Values.hostname } } + - {{ .Values.hostname }} secretName: dremio-tls hosts: - - { { .Values.hostname } } \ No newline at end of file + - {{ .Values.hostname }} \ No newline at end of file