lint #4
3 changed files with 2 additions and 2 deletions
|
@ -104,4 +104,3 @@ steps:
|
|||
|
||||
depends_on:
|
||||
- build
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ apiVersion: rbac.authorization.k8s.io/v1
|
|||
kind: Role
|
||||
metadata:
|
||||
name: q3-deploy-role
|
||||
namespace: q3 # Should be namespace you are granting access to
|
||||
namespace: q3
|
||||
rules:
|
||||
- apiGroups: ["*"]
|
||||
resources: ["*"]
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
|
|
Loading…
Reference in a new issue