Skip to content

Commit

Permalink
Disable addmission enforcer, see cert-manager/cert-manager#4114
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimprinzbach committed Aug 1, 2023
1 parent 7412cf6 commit 2138507
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions cert-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ version: 0.1.0
dependencies:
- name: cert-manager
version: v1.12.1
repository: https://charts.jetstack.io
alias: cert-manager
repository: https://charts.jetstack.io
5 changes: 4 additions & 1 deletion cert-manager/values.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
cert-manager:
installCRDs: true
installCRDs: true
webhook:
validatingWebhookConfigurationAnnotations:
admissions.enforcer/disabled: "true"

0 comments on commit 2138507

Please sign in to comment.