Migrate drone-ci and runners #8

Merged
allanger merged 8 commits from refs/pull/8/head into main 2023-02-19 12:00:38 +00:00
Showing only changes of commit 7e7cd9f524 - Show all commits

View File

@ -24,7 +24,7 @@ steps:
commands: commands:
- mkdir $HOME/.kube - mkdir $HOME/.kube
- echo $KUBECONFIG_CONTENT | base64 -d > $HOME/.kube/config - echo $KUBECONFIG_CONTENT | base64 -d > $HOME/.kube/config
- helmfile -e badhouseplants diff - helmfile -e badhouseplants diff --suppress-secrets
- name: Diff eterosoft - name: Diff eterosoft
image: ghcr.io/helmfile/helmfile:canary image: ghcr.io/helmfile/helmfile:canary
@ -36,7 +36,7 @@ steps:
commands: commands:
- mkdir $HOME/.kube - mkdir $HOME/.kube
- echo $KUBECONFIG_CONTENT | base64 -d > $HOME/.kube/config - echo $KUBECONFIG_CONTENT | base64 -d > $HOME/.kube/config
- helmfile -e etersoft diff - helmfile -e etersoft diff --suppress-secrets
--- ---
# ---------------------------------------------- # ----------------------------------------------
@ -63,7 +63,7 @@ steps:
commands: commands:
- mkdir $HOME/.kube - mkdir $HOME/.kube
- echo $KUBECONFIG_CONTENT | base64 -d > $HOME/.kube/config - echo $KUBECONFIG_CONTENT | base64 -d > $HOME/.kube/config
- helmfile -e badhouseplants apply - helmfile -e badhouseplants apply --suppress-secrets
- name: Apply eterosoft - name: Apply eterosoft
image: ghcr.io/helmfile/helmfile:canary image: ghcr.io/helmfile/helmfile:canary
@ -75,5 +75,5 @@ steps:
commands: commands:
- mkdir $HOME/.kube - mkdir $HOME/.kube
- echo $KUBECONFIG_CONTENT | base64 -d > $HOME/.kube/config - echo $KUBECONFIG_CONTENT | base64 -d > $HOME/.kube/config
- helmfile -e etersoft apply - helmfile -e etersoft apply --suppress-secrets