From 7aeae39ff818190a6ef244482b7b0b5b4884badf Mon Sep 17 00:00:00 2001 From: Michael Moen Allport Date: Wed, 4 Dec 2024 14:59:45 +0100 Subject: [PATCH] Fix application config. Add variable for templating --- .github/workflows/deploy-to-nais.yml | 2 +- .nais/test/nais.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-to-nais.yml b/.github/workflows/deploy-to-nais.yml index 5c8d8d2..9a1c092 100644 --- a/.github/workflows/deploy-to-nais.yml +++ b/.github/workflows/deploy-to-nais.yml @@ -79,6 +79,6 @@ jobs: env: CLUSTER: ${{ inputs.cluster }} RESOURCE: ${{ inputs.nais-config-path }} - VAR: image=${{ inputs.registry }}/${{ secrets.NAIS_MANAGEMENT_PROJECT_ID }}/${{ inputs.repository }}/${{ inputs.image-name }}:${{ inputs.image-tag }} + VAR: image=${{ inputs.registry }}/${{ secrets.NAIS_MANAGEMENT_PROJECT_ID }}/${{ inputs.repository }}/${{ inputs.image-name }}:${{ inputs.image-tag }},team=dapla-stat DEPLOY_SERVER: deploy.ssb.cloud.nais.io:443 REF: ${{ inputs.ref }} \ No newline at end of file diff --git a/.nais/test/nais.yaml b/.nais/test/nais.yaml index a01fe99..785e53b 100644 --- a/.nais/test/nais.yaml +++ b/.nais/test/nais.yaml @@ -41,7 +41,7 @@ spec: env: - name: MICRONAUT_CONFIG_FILES - value: /conf/bootstrap.yaml,/conf/application.yaml + value: /conf/bootstrap-test.yaml,/conf/application-test.yaml - name: LOGBACK_CONFIGURATION_FILE value: /conf/logback-test.xml