Skip to content

Commit

Permalink
docs: update crd version in getting started guide (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
james-milligan authored May 9, 2023
1 parent 5f3d98a commit eb3b950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ spec:
The `FlagSourceConfiguration` defined below can be used to assign the `FeatureFlagConfiguration`, as well as any other configuration settings, to the injected sidecars. In this example, the port exposed by the injected container is also set.

```yaml
apiVersion: core.openfeature.dev/v1alpha2
apiVersion: core.openfeature.dev/v1alpha3
kind: FlagSourceConfiguration
metadata:
name: flagsourceconfiguration-sample
spec:
syncProviders:
sources:
- source: featureflagconfiguration-sample
provider: kubernetes
port: 8080
Expand Down

0 comments on commit eb3b950

Please sign in to comment.