Skip to content

Commit

Permalink
docs: Fix API version
Browse files Browse the repository at this point in the history
  • Loading branch information
yiannistri authored Nov 14, 2023
1 parent 3dbd93c commit 8e47261
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 8e47261

Please sign in to comment.