From eff091f4b860407d7427ee046b61f9a07123c87d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Wed, 6 Dec 2023 13:03:14 +0100 Subject: [PATCH] Use file instead of content Revert this commit when content becomes available in docker-engine See https://github.com/compose-spec/compose-spec/pull/429 --- services/jelu-application.yml | 5 +++++ services/jelu.yml | 8 ++------ 2 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 services/jelu-application.yml diff --git a/services/jelu-application.yml b/services/jelu-application.yml new file mode 100644 index 0000000..ac80961 --- /dev/null +++ b/services/jelu-application.yml @@ -0,0 +1,5 @@ +jelu: + metadataProviders: + - is-enabled: true + apiKey: "${GOOGLE_API_KEY}" + name: "google" \ No newline at end of file diff --git a/services/jelu.yml b/services/jelu.yml index 6a9ac72..5af0671 100644 --- a/services/jelu.yml +++ b/services/jelu.yml @@ -27,9 +27,5 @@ services: configs: jelu_config: - content: | - jelu: - metadataProviders: - - is-enabled: true - apiKey: "${GOOGLE_API_KEY}" - name: "google" + file: ./jelu-application.yml +