From 3cbd3ab6d1d93abd42ef8497a35c23789a3bfab2 Mon Sep 17 00:00:00 2001 From: Terje Karlsen Date: Fri, 6 Oct 2023 13:06:05 +0200 Subject: [PATCH] Hardkoder secret navn for unleash --- .nais/config.yaml | 2 +- .nais/unleash-apitoken.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.nais/config.yaml b/.nais/config.yaml index 1a7034e79..6ba3398e5 100644 --- a/.nais/config.yaml +++ b/.nais/config.yaml @@ -44,7 +44,7 @@ spec: {{/each}} envFrom: - secret: nav-dekoratoren - - secret: {{appName}}-unleash-api-token + - secret: nav-dekoratoren-unleash-api-token filesFrom: - configmap: dekoratoren-config mountPath: /app/config diff --git a/.nais/unleash-apitoken.yaml b/.nais/unleash-apitoken.yaml index 23ce0b2ad..9b929a352 100644 --- a/.nais/unleash-apitoken.yaml +++ b/.nais/unleash-apitoken.yaml @@ -10,7 +10,7 @@ spec: apiVersion: unleash.nais.io/v1 kind: RemoteUnleash name: navno - secretName: {{appName}}-unleash-api-token + secretName: nav-dekoratoren-unleash-api-token # Specify which environment the API token should be created for. # Can be one of: development, or production.