Skip to content
Snippets Groups Projects
Commit 274aaf45 authored by Dean Kelly's avatar Dean Kelly
Browse files

Update .gitlab-ci.yml file

parent b3d2c5dc
No related branches found
No related tags found
No related merge requests found
Pipeline #72945 failed
...@@ -3,7 +3,7 @@ stages: ...@@ -3,7 +3,7 @@ stages:
deploy: deploy:
stage: deploy stage: deploy
image: docker.io/bitnami/kubectl:latest image: docker.io/bitnami/kubectl:1.33-debian-12
script: script:
- mkdir -p ~/.kube - mkdir -p ~/.kube
- echo "$KUBECONFIG_CONTENT" > ~/.kube/config - echo "$KUBECONFIG_CONTENT" > ~/.kube/config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment