more post-travis tweaks

This commit is contained in:
dandds 2018-10-31 15:14:56 -04:00
parent 13eefc781b
commit 0aecae1d9a

View File

@ -8,7 +8,7 @@ kind: Role
apiVersion: rbac.authorization.k8s.io/v1beta1 apiVersion: rbac.authorization.k8s.io/v1beta1
metadata: metadata:
namespace: atat namespace: atat
name: atst-deploy-role name: atat-deploy-role
rules: rules:
- apiGroups: ["extensions", "apps"] - apiGroups: ["extensions", "apps"]
resources: ["deployments"] resources: ["deployments"]
@ -34,5 +34,5 @@ subjects:
namespace: atat namespace: atat
roleRef: roleRef:
kind: Role kind: Role
name: atst-deploy-role name: atat-deploy-role
apiGroup: rbac.authorization.k8s.io apiGroup: rbac.authorization.k8s.io