Skip to content

Commit

Permalink
Merge pull request #1119 from weaveworks/docs-fix-apiversion
Browse files Browse the repository at this point in the history
docs: Fix API version
  • Loading branch information
yiannistri committed Nov 14, 2023
2 parents 3dbd93c + 8e47261 commit 968ce7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/use_tf_controller/with_plan_only_mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -20,4 +20,4 @@ spec:
kind: GitRepository
name: helloworld
namespace: flux-system
```
```

0 comments on commit 968ce7c

Please sign in to comment.