From fddcc4b05198229215927d92c368cca247ed1999 Mon Sep 17 00:00:00 2001 From: Shuicheng Lin Date: Fri, 12 Jul 2019 13:56:10 +0800 Subject: [PATCH] set wait label for nginx chart If wait label is not set, armada will try to wait for all the job/pod in the same namespace, which may cause unintended consequences. For nginx chart, there is only a GlobalNetworkPolicy set. So set the wait resources list as empty. Closes-Bug: 1836303 Change-Id: Ic08816b09518d09af2dad6b78a806feeeb3e9ac5 Signed-off-by: Shuicheng Lin --- .../stx-openstack-helm/manifests/manifest.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kubernetes/applications/stx-openstack/stx-openstack-helm/stx-openstack-helm/manifests/manifest.yaml b/kubernetes/applications/stx-openstack/stx-openstack-helm/stx-openstack-helm/manifests/manifest.yaml index 7d3add66f8..2fef7cbb82 100644 --- a/kubernetes/applications/stx-openstack/stx-openstack-helm/stx-openstack-helm/manifests/manifest.yaml +++ b/kubernetes/applications/stx-openstack/stx-openstack-helm/stx-openstack-helm/manifests/manifest.yaml @@ -120,6 +120,11 @@ data: release: openstack-nginx-ports-control namespace: openstack values: {} + wait: + timeout: 1800 + resources: [] + labels: + release_group: osh-openstack-nginx-ports-control source: type: tar location: http://172.17.0.1/helm_charts/starlingx/nginx-ports-control-0.1.0.tgz