Skip to content

Commit eb3b950

Browse files
docs: update crd version in getting started guide (#485)
1 parent 5f3d98a commit eb3b950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting_started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ spec:
3737
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.
3838

3939
```yaml
40-
apiVersion: core.openfeature.dev/v1alpha2
40+
apiVersion: core.openfeature.dev/v1alpha3
4141
kind: FlagSourceConfiguration
4242
metadata:
4343
name: flagsourceconfiguration-sample
4444
spec:
45-
syncProviders:
45+
sources:
4646
- source: featureflagconfiguration-sample
4747
provider: kubernetes
4848
port: 8080

0 commit comments

Comments
 (0)