Update everything
This commit is contained in:
@ -22,7 +22,7 @@ spec:
|
||||
| yq '.data.kubeconfig' \
|
||||
| base64 -d > /tmp/outputs/config
|
||||
chmod 0600 /tmp/outputs/config
|
||||
- name: annonate-an-env-cm
|
||||
- name: annonate-an-env-cm-installing
|
||||
image: alpine/k8s:1.29.2
|
||||
script: |-
|
||||
#!/bin/sh
|
||||
@ -40,7 +40,7 @@ spec:
|
||||
mkdir -p /src
|
||||
git clone https://git.badhouseplants.net/softplayer/softplayer-helmfile.git /src/helmfile
|
||||
cd /src/helmfile/workload && helmfile sync
|
||||
- name: annonate-an-env-cm
|
||||
- name: annonate-an-env-cm-ready
|
||||
image: alpine/k8s:1.29.2
|
||||
script: |-
|
||||
#!/bin/sh
|
||||
|
Reference in New Issue
Block a user