Skip to content

Commit

Permalink
Fix console templates (#1936)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino authored Feb 21, 2025
1 parent 3c5948f commit 73233c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions templates/values.yaml.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 0 additions & 7 deletions templates/values.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 73233c2

Please sign in to comment.