From 0092d99968059d6c778113c7b26fc4f5c445e403 Mon Sep 17 00:00:00 2001 From: Michael Moen Allport Date: Wed, 4 Dec 2024 15:16:57 +0100 Subject: [PATCH] yaml -> yml --- .nais/test/nais.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nais/test/nais.yaml b/.nais/test/nais.yaml index 5486393..b79a213 100644 --- a/.nais/test/nais.yaml +++ b/.nais/test/nais.yaml @@ -41,7 +41,7 @@ spec: env: - name: MICRONAUT_CONFIG_FILES - value: /conf/bootstrap-test.yaml,/conf/application-test.yaml + value: /conf/bootstrap-test.yml,/conf/application-test.yml - name: LOGBACK_CONFIGURATION_FILE value: /conf/logback-test.xml