This commit is contained in:
Philip Haupt
2025-04-01 23:49:36 +02:00
parent 6fba5df440
commit e1b007b68d
5 changed files with 5 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: kms-teddysun-role
namespace: default
rules:
- apiGroups: [""]
resources:

View File

@@ -6,6 +6,7 @@ metadata:
subjects:
- kind: ServiceAccount
name: kms-service-account
namespace: default
roleRef:
kind: ClusterRole
name: kms-teddysun-role

View File

@@ -6,6 +6,6 @@ resources:
- crb.yaml
- deploy.yaml
- gateway.yaml
- route.yaml
- sa.yaml
- svc.yaml
- svcacc.yaml
- tcproute.yaml

View File

@@ -3,3 +3,4 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: kms-service-account
namespace: default