version 1.1.0
This commit is contained in:
parent
24e5e587d1
commit
ccb1f91ed4
6 changed files with 89 additions and 33 deletions
|
@ -11,7 +11,10 @@ metadata:
|
|||
rules:
|
||||
- apiGroups: ["traefik.containo.us"]
|
||||
resources: ["ingressroutes"]
|
||||
verbs: ["watch"]
|
||||
verbs: ["watch", "patch"]
|
||||
- apiGroups: ["traefik.io"]
|
||||
resources: ["ingressroutes"]
|
||||
verbs: ["watch", "patch"]
|
||||
- apiGroups: ["cert-manager.io"]
|
||||
resources: ["certificates"]
|
||||
verbs: ["get", "create", "delete"]
|
||||
|
@ -56,3 +59,5 @@ spec:
|
|||
value: ClusterIssuer
|
||||
- name: CERT_CLEANUP
|
||||
value: "false"
|
||||
- name: PATCH_SECRETNAME
|
||||
value: "true"
|
||||
|
|
Reference in a new issue