Merge pull request #40 from shanemcd/fix-rbac

Fix RBAC
This commit is contained in:
Shane McDonald
2020-10-12 10:31:19 -04:00
committed by GitHub
3 changed files with 4 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ spec:
metadata: metadata:
labels: labels:
name: awx-operator name: awx-operator
namespace: default
spec: spec:
serviceAccountName: awx-operator serviceAccountName: awx-operator
containers: containers:

View File

@@ -3,3 +3,4 @@ apiVersion: v1
kind: ServiceAccount kind: ServiceAccount
metadata: metadata:
name: awx-operator name: awx-operator
namespace: default

View File

@@ -91,6 +91,7 @@ apiVersion: v1
kind: ServiceAccount kind: ServiceAccount
metadata: metadata:
name: awx-operator name: awx-operator
namespace: default
--- ---
apiVersion: apps/v1 apiVersion: apps/v1
@@ -102,6 +103,7 @@ spec:
selector: selector:
matchLabels: matchLabels:
name: awx-operator name: awx-operator
namespace: default
template: template:
metadata: metadata:
labels: labels: