headlamp token auth

This commit is contained in:
titver968
2025-10-27 08:09:17 +01:00
parent 4d25101be1
commit 22253cf58e

View File

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