#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:
parent
27f1df27a8
commit
6be0cdb8c3
1 changed files with 1 additions and 0 deletions
|
@ -24,3 +24,4 @@ helm install external-dns bitnami/external-dns --namespace external-dns -f helm-
|
|||
--set provider=cloudflare \
|
||||
--set cloudflare.apiToken="$CLOUDFLARE_API_TOKEN" \
|
||||
--set txtOwnerId=external-dns
|
||||
|
||||
|
|
Loading…
Reference in a new issue