Update everything

This commit is contained in:
2024-04-29 15:46:52 +02:00
parent b664bd8a17
commit b887b0104a
5 changed files with 37 additions and 2 deletions

View File

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