fix(goff): try adjusting commands
This commit is contained in:
parent
f158ec3239
commit
4ea008de7a
1 changed files with 4 additions and 1 deletions
|
|
@ -36,7 +36,10 @@ spec:
|
|||
containers:
|
||||
- name: goff
|
||||
image: gofeatureflag/go-feature-flag:latest
|
||||
command: ["/go-feature-flag", "--config", "/goff/config.yaml"]
|
||||
command:
|
||||
- /go-feature-flag
|
||||
- --config
|
||||
- /goff/config.yaml
|
||||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: /goff/config.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue