oops
This commit is contained in:
parent
a9262b4f2d
commit
941ac9dc41
1 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ jobs:
|
||||||
/tmp/install-opentofu.sh --install-method deb
|
/tmp/install-opentofu.sh --install-method deb
|
||||||
rm -f /tmp/install-opentofu.sh
|
rm -f /tmp/install-opentofu.sh
|
||||||
- name: Tofu init
|
- name: Tofu init
|
||||||
working-directory: ${{ github.workspace }}/authentik"
|
working-directory: ${{ github.workspace }}/authentik
|
||||||
run: |
|
run: |
|
||||||
export KUBE_CONFIG_PATH="/tmp/kubeconfig"
|
export KUBE_CONFIG_PATH="/tmp/kubeconfig"
|
||||||
echo ${{ secrets.KUBE_CONFIG_BASE64 }} | base64 -d > ${KUBE_CONFIG_PATH}
|
echo ${{ secrets.KUBE_CONFIG_BASE64 }} | base64 -d > ${KUBE_CONFIG_PATH}
|
||||||
|
@ -28,7 +28,7 @@ jobs:
|
||||||
export AUTHENTIK_URL="https://auth.lab.cowley.tech"
|
export AUTHENTIK_URL="https://auth.lab.cowley.tech"
|
||||||
tofu init
|
tofu init
|
||||||
- name: Tofu Plan
|
- name: Tofu Plan
|
||||||
working-directory: ${{ github.workspace }}/authentik"
|
working-directory: ${{ github.workspace }}/authentik
|
||||||
run: |
|
run: |
|
||||||
export KUBE_CONFIG_PATH="/tmp/kubeconfig"
|
export KUBE_CONFIG_PATH="/tmp/kubeconfig"
|
||||||
echo ${{ secrets.KUBE_CONFIG_BASE64 }} | base64 -d > ${KUBE_CONFIG_PATH}
|
echo ${{ secrets.KUBE_CONFIG_BASE64 }} | base64 -d > ${KUBE_CONFIG_PATH}
|
||||||
|
@ -36,7 +36,7 @@ jobs:
|
||||||
export AUTHENTIK_URL="https://auth.lab.cowley.tech"
|
export AUTHENTIK_URL="https://auth.lab.cowley.tech"
|
||||||
tofu plan -out tfplan
|
tofu plan -out tfplan
|
||||||
#- name: Tofu Apply
|
#- name: Tofu Apply
|
||||||
# working-directory: ${{ github.workspace }}/authentik"
|
# working-directory: ${{ github.workspace }}/authentik
|
||||||
# run: |
|
# run: |
|
||||||
# export KUBE_CONFIG_PATH="/tmp/kubeconfig"
|
# export KUBE_CONFIG_PATH="/tmp/kubeconfig"
|
||||||
# echo ${{ secrets.KUBE_CONFIG_BASE64 }} | base64 -d > ${KUBE_CONFIG_PATH}
|
# echo ${{ secrets.KUBE_CONFIG_BASE64 }} | base64 -d > ${KUBE_CONFIG_PATH}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue