Skip to content

Commit 43b212c

Browse files
committed
Enable Nexus Prod TLS
1 parent e1427a4 commit 43b212c

File tree

1 file changed

+2
-2
lines changed
  • azure-k8s-ansible/ansible/k8s-playbook/k8s_nexus_oss/tasks

1 file changed

+2
-2
lines changed

azure-k8s-ansible/ansible/k8s-playbook/k8s_nexus_oss/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@
109109
- name: Create Nexus ingress
110110
shell: |
111111
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
112+
sleep 2
113+
kubectl apply -f /home/{{ admin }}/k8s/nexus_oss/ingress-prod.yaml
114114
115115
- name: Fetch credentials (if exist)
116116
shell: kubectl get secret regcreds

0 commit comments

Comments
 (0)