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"
|
appVersion: "v1.20.0"
|
||||||
kubeVersion: '>= 1.22.0-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:
|
dependencies:
|
||||||
- name: cert-manager
|
- name: cert-manager
|
||||||
version: "v1.20.0"
|
version: "v1.20.0"
|
||||||
alias: certManager
|
condition: cert-manager.enabled
|
||||||
condition: certManager.enabled
|
|
||||||
|
|
||||||
keywords:
|
keywords:
|
||||||
- cert-manager
|
- cert-manager
|
||||||
|
|||||||
@ -5,10 +5,10 @@
|
|||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# cert-manager Upstream Chart Values
|
# 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:
|
cert-manager:
|
||||||
# Enable cert-manager installation
|
# Enable the embedded cert-manager subchart
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
# Install CRDs as part of the chart
|
# Install CRDs as part of the chart
|
||||||
|
|||||||
@ -5,9 +5,10 @@
|
|||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
# cert-manager Configuration (Upstream Chart)
|
# 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
|
enabled: true
|
||||||
|
|
||||||
# Install CRDs as part of the Helm release
|
# Install CRDs as part of the Helm release
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user