1 Commits

Author SHA1 Message Date
4fd49ca88f Update actions/setup-node action to v6
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 12s
2025-11-06 19:52:20 +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 }}