From eb7633497da2c220448c0f354451b7798d34f95a Mon Sep 17 00:00:00 2001 From: James Tran Date: Fri, 10 Jan 2025 02:12:21 +1000 Subject: [PATCH] Update website/docs/r/kubernetes_flux_configuration.html.markdown Co-authored-by: stephybun --- website/docs/r/kubernetes_flux_configuration.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/r/kubernetes_flux_configuration.html.markdown b/website/docs/r/kubernetes_flux_configuration.html.markdown index 07e003f7a3b1..fac8c6001920 100644 --- a/website/docs/r/kubernetes_flux_configuration.html.markdown +++ b/website/docs/r/kubernetes_flux_configuration.html.markdown @@ -217,6 +217,7 @@ A `post_build` block supports the following: --- A `substitute_from` block supports the following: + * `kind` - (Required) Specifies the source kind to hold the variables to be used in substitution. Possible values are `ConfigMap` and `Secret`. * `name` - (Required) Specifies the name of the ConfigMap/Secret that holds the variables to be used in substitution.