1 Commits

Author SHA1 Message Date
4aec5219bd Update dependency node to v24
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 8s
2025-11-06 19:52:24 +00:00
2 changed files with 0 additions and 12 deletions

View File

@@ -15,6 +15,3 @@ subjects:
- kind: User
name: alexanderlebens@gmail.com
apiGroup: rbac.authorization.k8s.io
- kind: ServiceAccount
name: headlamp-admin
namespace: headlamp

View File

@@ -1,9 +0,0 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: headlamp-admin
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: headlamp-admin
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}