fix(goff): executable name

This commit is contained in:
David Landry 2024-09-04 15:47:15 -04:00
parent 858f037306
commit 46db062240

View file

@ -36,7 +36,7 @@ spec:
containers:
- name: goff
image: gofeatureflag/go-feature-flag:latest
command: ["go-feature-flag-relay-proxy", "--config", "/goff/config.yaml"]
command: ["go-feature-flag", "--config", "/goff/config.yaml"]
volumeMounts:
- name: config
mountPath: /goff/config.yaml