fix(goff): executable name
This commit is contained in:
parent
858f037306
commit
f158ec3239
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: goff
|
- name: goff
|
||||||
image: gofeatureflag/go-feature-flag:latest
|
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:
|
volumeMounts:
|
||||||
- name: config
|
- name: config
|
||||||
mountPath: /goff/config.yaml
|
mountPath: /goff/config.yaml
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue