Fix secret name for auth-uat tls
This commit is contained in:
parent
d924f355a2
commit
71f525ba6c
@ -14,7 +14,7 @@ data:
|
||||
return 301 https://$host$request_uri;
|
||||
}
|
||||
location /login-redirect {
|
||||
return 301 https://auth-uat.atat.codes$request_uri;
|
||||
return 301 https://auth-uat.atat.codes$request_uri;
|
||||
}
|
||||
location /login-dev {
|
||||
try_files $uri @appbasicauth;
|
||||
|
@ -79,7 +79,7 @@ spec:
|
||||
mode: 0644
|
||||
- name: nginx-auth-tls
|
||||
secret:
|
||||
secretName: auth-atst-ingress-tls
|
||||
secretName: atst-auth-uat-ingress-tls
|
||||
items:
|
||||
- key: tls.crt
|
||||
path: auth.atat.crt
|
||||
|
Loading…
x
Reference in New Issue
Block a user