fix(goff): executable name

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

View file

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