Переглянути джерело

add an empty spec to certmanager

Grega Bremec 1 місяць тому
батько
коміт
4f8fa98bc6
1 змінених файлів з 2 додано та 0 видалено
  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: