Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Commit 72dfdb8

Browse files
committed
The logic of the loop was wrong
1 parent 13771b0 commit 72dfdb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.30
18+
version: 0.1.31
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

templates/shutdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ spec:
1717
- name: k8s
1818
image: bitnami/kubectl
1919
imagePullPolicy: IfNotPresent
20-
command: ["/bin/sh","-c", "kubectl patch statefulset octopus -p '{\"spec\": {\"replicas\": 0}}'; while kubectl get pod octopus-0 2>&1 >/dev/null; echo \"sleeping...\"; do sleep 10; done"]
20+
command: ["/bin/sh","-c", "kubectl patch statefulset octopus -p '{\"spec\": {\"replicas\": 0}}'; while kubectl get pod octopus-0 2>&1 >/dev/null; do echo \"sleeping...\"; sleep 10; done"]

0 commit comments

Comments
 (0)