From 9112b6f645fee3651c5b8d49e957e5e743052f14 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Mon, 19 Feb 2024 16:30:23 +0000 Subject: [PATCH] add: oidc admin user for verify --- roles/docker-deployments/templates/atlantis-verify.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/docker-deployments/templates/atlantis-verify.yaml b/roles/docker-deployments/templates/atlantis-verify.yaml index 8d59818..9d00078 100644 --- a/roles/docker-deployments/templates/atlantis-verify.yaml +++ b/roles/docker-deployments/templates/atlantis-verify.yaml @@ -27,6 +27,8 @@ atlantis-verify: NTFY_API_TARGET: {{ ntfy_api_target }} NTFY_PUSH_TARGET: {{ ntfy_push_target }} + OIDC_ADMIN_USER: sheppy + ports: - {{ services[item].port + 1000 }}:5000 volumes: