mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 06:12:54 +00:00
Fix image
This commit is contained in:
@@ -122,7 +122,7 @@ spec:
|
|||||||
serviceAccountName: awx-operator
|
serviceAccountName: awx-operator
|
||||||
containers:
|
containers:
|
||||||
- name: awx-operator
|
- name: awx-operator
|
||||||
image: "quay.io/shanemcd/awx-operator:latest"
|
image: "quay.io/ansible/awx-operator:0.6.0"
|
||||||
imagePullPolicy: "Always"
|
imagePullPolicy: "Always"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /tmp/ansible-operator/runner
|
- mountPath: /tmp/ansible-operator/runner
|
||||||
|
|||||||
Reference in New Issue
Block a user