-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
📢 cert-manager v1.16.1 has the fix for this bug.
Is your feature request related to a problem? Please describe.
We used ArgoCD multisource applications, so our values.yaml
includes chart values body and custom block for application generation, i.e.
chart:
url: https://charts.jetstack.io
name: cert-manager
version: 1.15.3
installCRDs: true
replicaCount: 2
...
Since cert-manager chart version 1.16.0 was released our schema doesn't work anymore, and we and we are forced to stay on version 1.15.x
Describe the solution you'd like
Allow additionalProperties
in values validation schema
Environment details (remove if not applicable):
- cert-manager version: v1.16.0
- Install method: helm via argocd (helm+git)
/kind feature
bguijt
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.