Skip to content

Commit

Permalink
Update cert-manager helm chart values in kustomization.yaml (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkonush authored Apr 27, 2024
1 parent d7647bd commit 7bf0eb2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/cert-manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ helmCharts:
repo: https://charts.jetstack.io
releaseName: cert-manager
version: v1.14.5
includeCRDs: true
valuesMerge: merge
# https://artifacthub.io/packages/helm/cert-manager/cert-manager#installcrds-~-bool
valuesInline:
installCRDs: true

0 comments on commit 7bf0eb2

Please sign in to comment.