Browse Source

add an empty spec to certmanager

Grega Bremec 1 tháng trước cách đây
mục cha
commit
4f8fa98bc6
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      playbooks/roles/deploy-certmanager/tasks/main.yml

+ 2 - 0
playbooks/roles/deploy-certmanager/tasks/main.yml

@@ -67,6 +67,8 @@
     api_version: operator.openshift.io/v1alpha1
     kind: certmanager
     name: cluster-cert-manager
+    resource_definition:
+      spec: {}
 
 - name: Ensure a cluster issuer is there
   kubernetes.core.k8s: