Update more references to statefulset

This commit is contained in:
Shane McDonald
2020-04-02 12:44:26 -04:00
parent ff0186f72b
commit d57258878d
2 changed files with 2 additions and 2 deletions

View File

@@ -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: |

View File

@@ -26,7 +26,7 @@
extra_opts: [--strip-components=1]
- set_fact:
deployment_object: "sts"
deployment_object: "deployment"
- name: Record deployment size
shell: |