From 26e59d37a01599abeded0080e954a7054c29fc27 Mon Sep 17 00:00:00 2001 From: Brian Grant Date: Fri, 6 May 2022 12:35:57 -0700 Subject: [PATCH] Try to fix site link (#3104) The relative path worked fine in markdown, but not on the site --- site/guides/rationale.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/guides/rationale.md b/site/guides/rationale.md index 326427cc30..43421e818f 100644 --- a/site/guides/rationale.md +++ b/site/guides/rationale.md @@ -25,7 +25,7 @@ kpt builds on our learnings from [Kustomize](https://kubernetes-sigs.github.io/k kpt also extends its capabilities in areas that are [out of scope](https://github.com/kubernetes/design-proposals-archive/blob/main/architecture/scope.md#examples-of-projects-and-areas-not-in-scope), notably packaging, and provides a [package orchestration service](../../docs/design-docs/07-package-orchestration.md) in addition to a client-side CLI. kpt enables WYSIWYG management of configuration similar to how the live state can be modified with traditional imperative tools, thus eliminating this dichotomy: - + Configuration as Data is a novel approach that doesn’t sacrifice usability or the potential for higher-level automation in order to enable reproducibility. Instead, it supports an interoperable, WYSIWYG, automatable configuration authoring and editing experience.