Skip to content

Commit

Permalink
Fix application config. Add variable for templating
Browse files Browse the repository at this point in the history
  • Loading branch information
mallport committed Dec 4, 2024
1 parent 933325b commit 7aeae39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-nais.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .nais/test/nais.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7aeae39

Please sign in to comment.