Fix: Configure cert-manager as embedded subchart
This commit is contained in:
parent
76eead2f33
commit
065700e7d2
@ -6,12 +6,11 @@ version: 1.0.0
|
||||
appVersion: "v1.20.0"
|
||||
kubeVersion: '>= 1.22.0-0'
|
||||
|
||||
# Dependencies - Embedded cert-manager chart (in charts/ subdirectory)
|
||||
# Dependencies - cert-manager chart is embedded in charts/cert-manager/ subdirectory
|
||||
dependencies:
|
||||
- name: cert-manager
|
||||
version: "v1.20.0"
|
||||
alias: certManager
|
||||
condition: certManager.enabled
|
||||
condition: cert-manager.enabled
|
||||
|
||||
keywords:
|
||||
- cert-manager
|
||||
|
||||
@ -5,10 +5,10 @@
|
||||
|
||||
# =============================================================================
|
||||
# cert-manager Upstream Chart Values
|
||||
# All values under this key are passed to the cert-manager dependency
|
||||
# All values under this key are passed to the cert-manager subchart
|
||||
# =============================================================================
|
||||
certManager:
|
||||
# Enable cert-manager installation
|
||||
cert-manager:
|
||||
# Enable the embedded cert-manager subchart
|
||||
enabled: true
|
||||
|
||||
# Install CRDs as part of the chart
|
||||
|
||||
@ -5,9 +5,10 @@
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# cert-manager Configuration (Upstream Chart)
|
||||
# These values are passed directly to the cert-manager Helm chart dependency
|
||||
# These values are passed directly to the embedded cert-manager subchart
|
||||
# -----------------------------------------------------------------------------
|
||||
certManager:
|
||||
cert-manager:
|
||||
# Enable the embedded cert-manager subchart
|
||||
enabled: true
|
||||
|
||||
# Install CRDs as part of the Helm release
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user