Skip to content
Snippets Groups Projects
Commit 49817b90 authored by kaiyou's avatar kaiyou
Browse files

The default namespace is not automatically created anymore

parent 93422bbd
No related branches found
No related tags found
1 merge request!13refactor(#5): roles
Pipeline #34185 failed
......@@ -11,6 +11,7 @@
tasks:
- name: Deploy podinfo
ansible.builtin.shell: |
kubectl create namespace default
kubectl apply -k github.com/stefanprodan/podinfo//kustomize
environment:
KUBECONFIG: "{{ kubeconfig }}"
......
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