diff --git a/argocd/apps/headlamp/values-headlamp.yaml b/argocd/apps/headlamp/values-headlamp.yaml index e16157f..79e6746 100644 --- a/argocd/apps/headlamp/values-headlamp.yaml +++ b/argocd/apps/headlamp/values-headlamp.yaml @@ -12,6 +12,9 @@ spec: targetRevision: 0.*.* helm: values: | + config: + baseURL: "headlamp.innohub.local" + ingress: enabled: true ingressClassName: "traefik" @@ -27,9 +30,12 @@ spec: - secretName: headlamp-tls hosts: - headlamp.innohub.local - - # persistentVolumeClaim: - # enabled: true + + # Erweiterte RBAC-Berechtigungen + rbac: + create: true + clusterReadOnlyRole: false + clusterAdminRole: true destination: server: 'https://kubernetes.default.svc'