Skip to content

Commit e2f73e0

Browse files
committed
Reverted accidental version change. Removed superfluous quotes from end-to-end.yaml.
Signed-off-by: Skye Gill <[email protected]>
1 parent 3ed4ea5 commit e2f73e0

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ configMapGenerator:
88
- files:
99
- controller_manager_config.yaml
1010
name: manager-config
11-
apiVersion: kustomize.config.k8s.io/v1alpha2
11+
apiVersion: kustomize.config.k8s.io/v1beta1
1212
kind: Kustomization
1313
images:
1414
- name: controller

config/samples/end-to-end.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: Namespace
44
metadata:
55
name: open-feature-demo
66
---
7-
apiVersion: core.openfeature.dev/v1alpha1
7+
apiVersion: core.openfeature.dev/v1alpha2
88
kind: FeatureFlagConfiguration
99
metadata:
1010
name: end-to-end
@@ -13,27 +13,27 @@ spec:
1313
featureFlagSpec:
1414
flags:
1515
new-welcome-message:
16-
state: "ENABLED"
16+
state: ENABLED
1717
variants:
1818
"on": true
1919
"off": false
2020
defaultVariant: "on"
2121
hex-color:
22-
state: "ENABLED"
22+
state: ENABLED
2323
variants:
24-
"red": "CC0000"
25-
"green": "00CC00"
26-
"blue": "0000CC"
27-
"yellow": "yellow"
28-
defaultVariant: "red"
24+
red: CC0000
25+
green: 00CC00
26+
blue: 0000CC
27+
yellow: yellow
28+
defaultVariant: blue
2929
fib-algo:
30-
state: "ENABLED"
30+
state: ENABLED
3131
variants:
32-
"recursive": "recursive"
33-
"memo": "memo"
34-
"loop": "loop"
35-
"binet": "binet"
36-
defaultVariant: "recursive"
32+
recursive: recursive
33+
memo: memo
34+
loop: loop
35+
binet: binet
36+
defaultVariant: recursive
3737
"targeting": {
3838
"if": [
3939
{

0 commit comments

Comments
 (0)