Skip to content

Commit 4b76e47

Browse files
authored
fix: end-to-end.yaml (#771)
Signed-off-by: wrzasa <[email protected]>
1 parent 1e5af9d commit 4b76e47

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config/samples/end-to-end.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ apiVersion: core.openfeature.dev/v1beta1
88
kind: FeatureFlag
99
metadata:
1010
name: featureflag-sample
11+
namespace: open-feature-demo
1112
spec:
1213
flagSpec:
1314
flags:
@@ -25,7 +26,7 @@ metadata:
2526
namespace: open-feature-demo
2627
spec:
2728
sources:
28-
- source: open-feature-demo/end-to-end
29+
- source: open-feature-demo/featureflag-sample
2930
provider: kubernetes
3031
---
3132
# Deployment of a demo-app using our custom resource
@@ -78,4 +79,4 @@ kind: ServiceAccount
7879
metadata:
7980
name: open-feature-demo-sa
8081
namespace: open-feature-demo
81-
automountServiceAccountToken: true
82+
automountServiceAccountToken: true

0 commit comments

Comments
 (0)