From 8e47261ea81da59d1d7ee657bf4101c9e6b8752b Mon Sep 17 00:00:00 2001 From: Yiannis Triantafyllopoulos <8741709+yiannistri@users.noreply.github.com> Date: Tue, 14 Nov 2023 12:03:33 +0000 Subject: [PATCH] docs: Fix API version --- docs/use_tf_controller/with_plan_only_mode.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/use_tf_controller/with_plan_only_mode.md b/docs/use_tf_controller/with_plan_only_mode.md index 5b874f11..e0bcb6be 100644 --- a/docs/use_tf_controller/with_plan_only_mode.md +++ b/docs/use_tf_controller/with_plan_only_mode.md @@ -7,7 +7,7 @@ If `planOnly` is set to `true`, the controller will skip the apply part and runs only `terraform plan` and saves the output. ``` -apiVersion: infra.contrib.fluxcd.io/v1 +apiVersion: infra.contrib.fluxcd.io/v1alpha2 kind: Terraform metadata: name: helloworld @@ -20,4 +20,4 @@ spec: kind: GitRepository name: helloworld namespace: flux-system -``` \ No newline at end of file +```