mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 08:37:48 -02:30
Update more references to statefulset
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
kubectl_or_oc: "{{ openshift_oc_bin if openshift_oc_bin is defined else 'kubectl' }}"
|
kubectl_or_oc: "{{ openshift_oc_bin if openshift_oc_bin is defined else 'kubectl' }}"
|
||||||
|
|
||||||
- set_fact:
|
- set_fact:
|
||||||
deployment_object: "sts"
|
deployment_object: "deployment"
|
||||||
|
|
||||||
- name: Record deployment size
|
- name: Record deployment size
|
||||||
shell: |
|
shell: |
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
extra_opts: [--strip-components=1]
|
extra_opts: [--strip-components=1]
|
||||||
|
|
||||||
- set_fact:
|
- set_fact:
|
||||||
deployment_object: "sts"
|
deployment_object: "deployment"
|
||||||
|
|
||||||
- name: Record deployment size
|
- name: Record deployment size
|
||||||
shell: |
|
shell: |
|
||||||
|
|||||||
Reference in New Issue
Block a user