From 838e0ffb4e773deedf4cac2f5e8b0c4ee4355998 Mon Sep 17 00:00:00 2001 From: michaeljguarino Date: Fri, 21 Feb 2025 11:05:23 -0500 Subject: [PATCH] Fix console templates This will help the dashboard work properly --- templates/values.yaml.liquid | 7 ------- templates/values.yaml.tpl | 7 ------- 2 files changed, 14 deletions(-) diff --git a/templates/values.yaml.liquid b/templates/values.yaml.liquid index 0a5f15915e..75c4ab58ac 100644 --- a/templates/values.yaml.liquid +++ b/templates/values.yaml.liquid @@ -63,10 +63,3 @@ kas: auth: password: {{ configuration.kasRedis }} -dashboard: - api: - containers: - args: - - --apiserver-host=https://{{ configuration.kasDns }}/k8s-proxy - - --apiserver-skip-tls-verify=true - - --act-as-proxy diff --git a/templates/values.yaml.tpl b/templates/values.yaml.tpl index 9bf4a76798..c31dde1fd3 100644 --- a/templates/values.yaml.tpl +++ b/templates/values.yaml.tpl @@ -61,10 +61,3 @@ kas: auth: password: {{ .Values.kasRedis }} -dashboard: - api: - containers: - args: - - --apiserver-host=https://{{ .Values.kasDns }}/k8s-proxy - - --apiserver-skip-tls-verify=true - - --act-as-proxy