From b556ae6ee9af92bc9edee8a4e171dd455b3e2350 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Mon, 5 Jun 2023 09:42:15 +0200 Subject: [PATCH] Adds some hook info --- library/common/values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/library/common/values.yaml b/library/common/values.yaml index 09d3e329..0e400d20 100644 --- a/library/common/values.yaml +++ b/library/common/values.yaml @@ -580,6 +580,11 @@ operator: ## -- used as a datastore when a cert-manager operator is found. # cert-manager: {} +# -- configures CRD specific options +# Mostly here as a standardised hook, not used by common itself +crds: + # -- sets CRDs to be installed + install: false # -- The common chart supports several add-ons. These can be configured under this key. # @default -- See below