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
|
||||
kind: Role
|
||||
metadata:
|
||||
namespace: mosquitto
|
||||
namespace: mqtt
|
||||
name: ci-cd
|
||||
rules:
|
||||
- apiGroups: [""]
|
||||
@@ -21,7 +21,7 @@ apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: RoleBinding
|
||||
metadata:
|
||||
name: ci-cd
|
||||
namespace: mosquitto
|
||||
namespace: mqtt
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: casa-ci-cd
|
||||
|
||||
Reference in New Issue
Block a user