From 1b0a17a924877c223f9ca7f36a7e98f6a6806171 Mon Sep 17 00:00:00 2001 From: Steve Kriss Date: Thu, 7 Apr 2022 14:37:32 +0000 Subject: [PATCH] changelog Signed-off-by: Steve Kriss --- changelogs/unreleased/4451-skriss-minor.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/4451-skriss-minor.md diff --git a/changelogs/unreleased/4451-skriss-minor.md b/changelogs/unreleased/4451-skriss-minor.md new file mode 100644 index 00000000000..3dbc323c7ca --- /dev/null +++ b/changelogs/unreleased/4451-skriss-minor.md @@ -0,0 +1,5 @@ +## All ContourConfiguration CRD fields are now optional + +To better manage configuration defaults, all `ContourConfiguration` CRD fields are now optional without defaults. +Instead, Contour itself will apply defaults to any relevant fields that have not been specified by the user when it starts up, similarly to how processing of the Contour `ConfigMap` works today. +The default values that Contour uses are documented in the `ContourConfiguration` CRD's API documentation.