* Fixed prod secret name

Seeing this in the app gateway pods

```
Event(v1.ObjectReference{Kind:"Ingress", Namespace:"prod",
Name:"jupyterhub", UID:"5aa72907-dbdf-4c79-a8f3-f0867ffe9150",
APIVersion:"networking.k8s.io/v1", ResourceVersion:"700396216",
FieldPath:""}): type: 'Warning' reason: 'SecretNotFound' Unable to find
the secret associated to secretId: [prod/planetarycomputer-hub-staging]
```

Causing 502s.

* try again
This commit is contained in:
Tom Augspurger 2024-05-24 18:41:48 -05:00 коммит произвёл GitHub
Родитель 58fb16a913
Коммит 6ffa2fff6e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -10,7 +10,7 @@ module "resources" {
# TLS certs
certificate_kv = "pc-deploy-secrets"
certificate_kv_rg = "pc-manual-resources"
certificate_secret_name = "planetarycomputer-hub-staging"
certificate_secret_name = "planetarycomputer-hub-production"
pip_name = "pip-pcc-prod"
appgw_name = "appgw-pcc-prod"