Skip to content
Snippets Groups Projects
Commit 35cacb38 authored by Varac's avatar Varac
Browse files

Merge branch 'fix-cert-manager-installation' into 'master'

change cert-manager namespace to oas namespace

See merge request openappstack/openappstack!200
parents 5edf9c98 724c2614
No related branches found
No related tags found
1 merge request!200change cert-manager namespace to oas namespace
......@@ -8,7 +8,7 @@
- name: Prevent validation deadlock for cert-manager
tags:
- cert-manager
command: /snap/bin/kubectl label --overwrite namespace cert-manager certmanager.k8s.io/disable-validation="true"
command: /snap/bin/kubectl label --overwrite namespace oas certmanager.k8s.io/disable-validation="true"
register: cert_manager_label_namespace
failed_when:
# If the namespace doesn't yet exist, that's OK, we don't need to do anything in that case.
......
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