#0000 - Add missing newline at end of script file

Ensure proper file formatting by adding a newline at the end of the script. This adheres to POSIX standards and prevents potential issues with certain tools or environments.
This commit is contained in:
Guillaume "B.B." Van Hemmen 2024-12-28 10:27:42 +01:00
parent 27f1df27a8
commit 6be0cdb8c3

View file

@ -24,3 +24,4 @@ helm install external-dns bitnami/external-dns --namespace external-dns -f helm-
--set provider=cloudflare \ --set provider=cloudflare \
--set cloudflare.apiToken="$CLOUDFLARE_API_TOKEN" \ --set cloudflare.apiToken="$CLOUDFLARE_API_TOKEN" \
--set txtOwnerId=external-dns --set txtOwnerId=external-dns