diff options
Diffstat (limited to 'kubernetes/namespaces/tooling/bitwarden/configmap.yaml')
| -rw-r--r-- | kubernetes/namespaces/tooling/bitwarden/configmap.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/namespaces/tooling/bitwarden/configmap.yaml b/kubernetes/namespaces/tooling/bitwarden/configmap.yaml index 29b9a84..3b8c62d 100644 --- a/kubernetes/namespaces/tooling/bitwarden/configmap.yaml +++ b/kubernetes/namespaces/tooling/bitwarden/configmap.yaml @@ -5,7 +5,7 @@ metadata: namespace: tooling data: # Domain to access bitwarden by - DOMAIN: "https://bitwarden.pythondiscord.com" + DOMAIN: "https://bitwarden.pydis.wtf" # Password hint must be sent to an email when this is false. # When it's true, it'll be shown right on the page. |