From 829f1aecc1a252a9376e9fd5d44950a7efc8d205 Mon Sep 17 00:00:00 2001 From: Eirik Ola Aksnes Date: Wed, 6 Sep 2023 10:09:46 +0200 Subject: [PATCH] build: update environment name --- radixconfig.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radixconfig.yaml b/radixconfig.yaml index 9d83e7c5..7f86d67b 100644 --- a/radixconfig.yaml +++ b/radixconfig.yaml @@ -57,7 +57,7 @@ spec: image: ghcr.io/equinor/template-fastapi-react/nginx:{imageTagName} alwaysPullImageOnDeploy: true environmentConfig: - - environment: nginx-prod + - environment: prod imageTagName: production - environment: test imageTagName: latest