added continuous-deploy service account and RBAC
This commit is contained in:
8
deploy/infra/cd-service-account-token.yaml
Normal file
8
deploy/infra/cd-service-account-token.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: continuous-deploy
|
||||
annotations:
|
||||
kubernetes.io/service-account.name: continuous-deploy
|
||||
type: kubernetes.io/service-account-token
|
||||
Reference in New Issue
Block a user