瀏覽代碼

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: