You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.helm.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,8 @@ Here are all the values that can be set for the chart:
71
71
-`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.
72
72
-`tolerations` (_Array_): Korifi-controllers pod tolerations for taints.
73
73
-`workloadsTLSSecret` (_String_): TLS secret used when setting up an app routes.
74
+
-`crds`:
75
+
-`include` (_Boolean_): Install CRDs as part of the Helm installation.
74
76
-`debug` (_Boolean_): Enables remote debugging with [Delve](https://github.com/go-delve/delve).
75
77
-`defaultAppDomainName` (_String_): Base domain name for application URLs.
76
78
-`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.
0 commit comments