Browse Source

add an empty spec to certmanager

Grega Bremec 1 month ago
parent
commit
4f8fa98bc6
1 changed files with 2 additions and 0 deletions
  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
     api_version: operator.openshift.io/v1alpha1
     kind: certmanager
     kind: certmanager
     name: cluster-cert-manager
     name: cluster-cert-manager
+    resource_definition:
+      spec: {}
 
 
 - name: Ensure a cluster issuer is there
 - name: Ensure a cluster issuer is there
   kubernetes.core.k8s:
   kubernetes.core.k8s: