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