Skip to content

Commit

Permalink
Update Cert-Manager to 1.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
krankkkk committed Sep 9, 2024
1 parent b5dd9b5 commit 9584b50
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/cert-manager/templates/policy-exclusion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ spec:
names:
- '*cert-manager-webhook-opentelekomcloud*'
namespaces:
- cert-manager
- {{ $.Release.Namespace }}
{{- end }}
{{- end }}
17 changes: 16 additions & 1 deletion charts/cert-manager/values.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
cert-manager:
extraArgs: [ ]
extraArgs:
- --logging-format=json

cainjector:
extraArgs:
- --logging-format=json

webhook:
extraArgs:
- --logging-format=json

startupapicheck:
extraArgs:
- --logging-format=json

prometheus:
enabled: true
servicemonitor:
enabled: true


cert-manager-webhook-opentelekomcloud:
groupName: acme.opentelekomcloud.com
# Create base clusterissuers with most frequently used configuration
Expand Down

0 comments on commit 9584b50

Please sign in to comment.