Parcourir la source

add an empty spec to certmanager

Grega Bremec il y a 1 mois
Parent
commit
4f8fa98bc6
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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: