Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
Fix list-functions deployment in stack.yml
Browse files Browse the repository at this point in the history
The move to GHCR had a rogue vim replace all (functions --> ghcr.io/)
and thus the list-functions function got some random replacments.

This has been tested on a new cluster and the broken credentials for
list-function have been restored and now it can call the gateway

Signed-off-by: Alistair Hey <[email protected]>
  • Loading branch information
Waterdrips authored and alexellis committed Dec 13, 2020
1 parent d1eb105 commit ed76ca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ functions:

list-functions:
lang: go
handler: ./list-ghcr.io/${REPO:-openfaas}
handler: ./list-functions
image: ghcr.io/${REPO:-openfaas}/ofc-list-functions:0.14.4
labels:
openfaas-cloud: "1"
Expand All @@ -193,7 +193,7 @@ functions:
read_debug: true
environment_file:
- gateway_config.yml
secrets/auth.:
secrets:
- basic-auth-user
- basic-auth-password

Expand Down

0 comments on commit ed76ca6

Please sign in to comment.