waiverdb: flip staging to a debug branch temporarily
This is to help us figure out https://github.com/release-engineering/waiverdb/issues/219 , it adds an auth debugging endpoint so we can verify exactly what fields are present when doing token auth... Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
64c216b79d
commit
6a85884090
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ spec:
|
|||
{% if env == 'staging' %}
|
||||
# The latest successful build of master that passes tests
|
||||
# is auto-tagged here.
|
||||
name: quay.io/factory2/waiverdb:latest
|
||||
name: quay.io/factory2/waiverdb:stage-fedora
|
||||
{% else %}
|
||||
# This is 'prod' tag is maintained by hand.
|
||||
name: quay.io/factory2/waiverdb:prod-fedora
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue