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 <shuicheng.lin@intel.com>
This commit is contained in:
Shuicheng Lin 2019-07-12 13:56:10 +08:00
parent 2c04825fc9
commit fddcc4b051
1 changed files with 5 additions and 0 deletions

View File

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