Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a few typos in the documentation #11

Merged
merged 2 commits into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/monolith/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ kind: Provider
metadata:
name: provider-opentofu
spec:
package: xpkg.upbound.io/upboundcare/provider-opentofu:<version>
package: xpkg.upbound.io/upbound/provider-opentofu:<version>
controllerConfigRef:
name: opentofu
```
Expand Down Expand Up @@ -376,4 +376,4 @@ spec:
...
```

- `enableTofuCLILogging`: Specifies whether logging is enabled (`true`) or disabled (`false`). When enabled, OpenTofu CLI command output will be written to the container logs. Default is `false`
- `enableTofuCLILogging`: Specifies whether logging is enabled (`true`) or disabled (`false`). When enabled, OpenTofu CLI command output will be written to the container logs. Default is `false`
4 changes: 2 additions & 2 deletions docs/monolith/Quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ kind: Provider
metadata:
name: provider-opentofu
spec:
package: xpkg.upbound.io/upboundcare/provider-opentofu:<version>
package: xpkg.upbound.io/upbound/provider-opentofu:<version>
```
Apply this configuration with `kubectl apply -f`.
Expand All @@ -70,7 +70,7 @@ After installing the provider, verify the install with `kubectl get providers`.
```shell
$ kubectl get providers
NAME INSTALLED HEALTHY PACKAGE AGE
provider-opentofu True True xpkg.upbound.io/upboundcare/provider-opentofu:v0.1.0 15s
provider-opentofu True True xpkg.upbound.io/upbound/provider-opentofu:v0.1.0 15s
```

It may take up to 5 minutes to report `HEALTHY`.
Expand Down
Loading