🐛(helm) fix wrongly named ingress
Admin ingress has been partially renamed to ingressAdmin. I forgot to update helmfile values. Fixed them.
This commit is contained in:
committed by
aleb_the_flash
parent
340ddf8b1a
commit
d15adb4421
@@ -46,6 +46,6 @@ ingress:
|
||||
enabled: true
|
||||
host: desk.127.0.0.1.nip.io
|
||||
|
||||
admin:
|
||||
ingressAdmin:
|
||||
enabled: true
|
||||
host: desk.127.0.0.1.nip.io
|
||||
|
||||
@@ -75,7 +75,7 @@ ingress:
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
|
||||
admin:
|
||||
ingressAdmin:
|
||||
enabled: true
|
||||
host: desk-staging.beta.numerique.gouv.fr
|
||||
annotations:
|
||||
|
||||
Reference in New Issue
Block a user