File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22# Image URL to use all building/pushing image targets
33IMG ?= controller:latest
44# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
5- FLAGD_VERSION =v0.1.0
5+ FLAGD_VERSION =v0.2.1
66ENVTEST_K8S_VERSION = 1.23
77
88# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
Original file line number Diff line number Diff line change 86863 . Example usage from host container
8787
8888```
89- root@nginx:/# curl -X POST localhost:8013/flags/ foo/resolve/string
90- {"reason":"DEFAULT","value ":"BAR "}
89+ root@nginx:/# curl -X POST " localhost:8013/schema.v1.Service/ResolveString" -d '{"flagKey":" foo","context":{}}' -H "Content-Type: application/json"
90+ {"value":"BAR"," reason":"DEFAULT","variant ":"bar "}
9191```
9292
9393### Running the operator locally
You can’t perform that action at this time.
0 commit comments