We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1427a4 commit 43b212cCopy full SHA for 43b212c
azure-k8s-ansible/ansible/k8s-playbook/k8s_nexus_oss/tasks/main.yml
@@ -109,8 +109,8 @@
109
- name: Create Nexus ingress
110
shell: |
111
kubectl apply -f /home/{{ admin }}/k8s/nexus_oss/ingress.yaml
112
- # sleep 2
113
- # kubectl apply -f /home/{{ admin }}/k8s/nexus_oss/ingress-prod.yaml
+ sleep 2
+ kubectl apply -f /home/{{ admin }}/k8s/nexus_oss/ingress-prod.yaml
114
115
- name: Fetch credentials (if exist)
116
shell: kubectl get secret regcreds
0 commit comments