Skip to content
Snippets Groups Projects
Commit d5a72f34 authored by Rob Kooper's avatar Rob Kooper
Browse files

patch if needed

parent 48eb590c
No related branches found
No related tags found
No related merge requests found
......@@ -123,10 +123,10 @@ spec:
rules:
- apiGroups: ["traefik.containo.us"]
resources: ["ingressroutes"]
verbs: ["watch"]
verbs: ["watch", "patch"]
- apiGroups: ["traefik.io"]
resources: ["ingressroutes"]
verbs: ["watch"]
verbs: ["watch", "patch"]
- apiGroups: ["cert-manager.io"]
resources: ["certificates"]
verbs: ["get", "create", "delete"]
......@@ -169,5 +169,7 @@ spec:
value: ClusterIssuer
- name: CERT_CLEANUP
value: "false"
- name: PATCH_SECRETNAME
value: "true"
{{- end }}
{{- end }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment