headlamp token auth

This commit is contained in:
titver968
2025-10-27 08:15:25 +01:00
parent 22253cf58e
commit cf68123036

View File

@@ -13,8 +13,14 @@ spec:
helm:
values: |
config:
# Setze auf false, damit Headlamp Token-basierte Auth nutzt
inCluster: false
inCluster: true
serviceAccount:
create: false
name: headlamp-admin
clusterRoleBinding:
create: false
ingress:
enabled: true
@@ -32,13 +38,6 @@ spec:
hosts:
- headlamp.innohub.local
serviceAccount:
create: true
clusterRoleBinding:
create: true
clusterRoleName: cluster-admin
destination:
server: 'https://kubernetes.default.svc'
namespace: kube-system