From f70dd1880287770cfea2fb6f3de0cac4632a3cca Mon Sep 17 00:00:00 2001 From: Korifi-Bot Date: Wed, 27 Nov 2024 03:02:16 +0000 Subject: [PATCH] Updating kubebuilder manifests --- README.helm.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.helm.md b/README.helm.md index a205eea19..934358094 100644 --- a/README.helm.md +++ b/README.helm.md @@ -71,6 +71,8 @@ Here are all the values that can be set for the chart: - `taskTTL` (_String_): How long before the `CFTask` object is deleted after the task has completed. See [`time.ParseDuration`](https://pkg.go.dev/time#ParseDuration) for details on the format, an additional `d` suffix for days is supported. - `tolerations` (_Array_): Korifi-controllers pod tolerations for taints. - `workloadsTLSSecret` (_String_): TLS secret used when setting up an app routes. +- `crds`: + - `include` (_Boolean_): Install CRDs as part of the Helm installation. - `debug` (_Boolean_): Enables remote debugging with [Delve](https://github.com/go-delve/delve). - `defaultAppDomainName` (_String_): Base domain name for application URLs. - `eksContainerRegistryRoleARN` (_String_): Amazon Resource Name (ARN) of the IAM role to use to access the ECR registry from an EKS deployed Korifi. Required if containerRegistrySecret not set.