fix cd-cd rbac
All checks were successful
Mosquitto CI/CD Pipeline / deploy (push) Successful in 16s
All checks were successful
Mosquitto CI/CD Pipeline / deploy (push) Successful in 16s
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
kind: Role
|
kind: Role
|
||||||
metadata:
|
metadata:
|
||||||
namespace: mosquitto
|
namespace: mqtt
|
||||||
name: ci-cd
|
name: ci-cd
|
||||||
rules:
|
rules:
|
||||||
- apiGroups: [""]
|
- apiGroups: [""]
|
||||||
@@ -21,7 +21,7 @@ apiVersion: rbac.authorization.k8s.io/v1
|
|||||||
kind: RoleBinding
|
kind: RoleBinding
|
||||||
metadata:
|
metadata:
|
||||||
name: ci-cd
|
name: ci-cd
|
||||||
namespace: mosquitto
|
namespace: mqtt
|
||||||
subjects:
|
subjects:
|
||||||
- kind: ServiceAccount
|
- kind: ServiceAccount
|
||||||
name: casa-ci-cd
|
name: casa-ci-cd
|
||||||
|
|||||||
Reference in New Issue
Block a user