add service account with cluster-admin role for the token

This commit is contained in:
2024-07-24 08:09:00 +10:00
parent 49ad1962b7
commit db130c7ec6
5 changed files with 20 additions and 84 deletions

View File

@@ -1,4 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../base
- ../../base
- ./service-account.yaml
- ./cluster-role.yaml