mirror of
https://github.com/ansible/awx-operator.git
synced 2026-04-12 11:50:59 +00:00
Fix RBAC
Fixes https://github.com/ansible/awx-operator/issues/35 Will need to revisit how to support deploying into namespaces other than default.
This commit is contained in:
@@ -12,6 +12,7 @@ spec:
|
||||
metadata:
|
||||
labels:
|
||||
name: awx-operator
|
||||
namespace: default
|
||||
spec:
|
||||
serviceAccountName: awx-operator
|
||||
containers:
|
||||
|
||||
@@ -3,3 +3,4 @@ apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: awx-operator
|
||||
namespace: default
|
||||
|
||||
@@ -91,6 +91,7 @@ apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: awx-operator
|
||||
namespace: default
|
||||
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
@@ -102,6 +103,7 @@ spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
name: awx-operator
|
||||
namespace: default
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user