diff --git a/config/samples/end-to-end.yaml b/config/samples/end-to-end.yaml index 27485bf81..23b572bc7 100644 --- a/config/samples/end-to-end.yaml +++ b/config/samples/end-to-end.yaml @@ -8,6 +8,7 @@ apiVersion: core.openfeature.dev/v1beta1 kind: FeatureFlag metadata: name: featureflag-sample + namespace: open-feature-demo spec: flagSpec: flags: @@ -25,7 +26,7 @@ metadata: namespace: open-feature-demo spec: sources: - - source: open-feature-demo/end-to-end + - source: open-feature-demo/featureflag-sample provider: kubernetes --- # Deployment of a demo-app using our custom resource @@ -78,4 +79,4 @@ kind: ServiceAccount metadata: name: open-feature-demo-sa namespace: open-feature-demo -automountServiceAccountToken: true \ No newline at end of file +automountServiceAccountToken: true