mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 06:12:54 +00:00
@@ -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:
|
||||||
|
|||||||
@@ -3,3 +3,4 @@ apiVersion: v1
|
|||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
metadata:
|
metadata:
|
||||||
name: awx-operator
|
name: awx-operator
|
||||||
|
namespace: default
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user