diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2023-11-10 11:28:49 +0100 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2023-11-10 17:43:47 +0100 |
commit | b053025fe94b0f9a2bb5cd5ff270c47a7fb71247 (patch) | |
tree | b7124d829f92f4899ba03feefc1bbdfa08da1f0a /kubernetes/helm | |
parent | 09ed93b87cb27864b0f1211799af3aaea8b63db7 (diff) |
[CASSANDRA] Make stargate and reaper deployment optional
As Reaper startup is failing in many cases the deployment
it should be possible to disable it to stabilize the gating
Change the delay handling in the deploy plugin.
Issue-ID: OOM-3246
Change-Id: Ibf435d30551aacc213d7c9d38bce72198f4f4b3d
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Diffstat (limited to 'kubernetes/helm')
-rwxr-xr-x | kubernetes/helm/plugins/deploy/deploy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/helm/plugins/deploy/deploy.sh b/kubernetes/helm/plugins/deploy/deploy.sh index 3b16bf35d5..f60a2d35d0 100755 --- a/kubernetes/helm/plugins/deploy/deploy.sh +++ b/kubernetes/helm/plugins/deploy/deploy.sh @@ -296,8 +296,8 @@ deploy() { done fi done - - + # Disable delay + DELAY="false" for subchart in * ; do SUBCHART_OVERRIDES=$CACHE_SUBCHART_DIR/$subchart/subchart-overrides.yaml |