mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -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' }}"
|
||||
|
||||
- set_fact:
|
||||
deployment_object: "sts"
|
||||
deployment_object: "deployment"
|
||||
|
||||
- name: Record deployment size
|
||||
shell: |
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
extra_opts: [--strip-components=1]
|
||||
|
||||
- set_fact:
|
||||
deployment_object: "sts"
|
||||
deployment_object: "deployment"
|
||||
|
||||
- name: Record deployment size
|
||||
shell: |
|
||||
|
||||
Reference in New Issue
Block a user