fix(goff): try adjusting commands

This commit is contained in:
David Landry 2024-09-04 15:50:01 -04:00
parent f158ec3239
commit 4ea008de7a

View file

@ -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