Skip to content

Commit 709a72d

Browse files
committed
update variable to have urlencoding
1 parent 37239c0 commit 709a72d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • linux_os/guide/system/accounts/accounts-banners/banner_etc_issue/kubernetes

linux_os/guide/system/accounts/accounts-banners/banner_etc_issue/kubernetes/shared.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
storage:
1515
files:
1616
- contents:
17-
source: data:,{{.login_banner_contents}}
17+
source: data:,{{.login_banner_contents | urlquery}}
1818
mode: 0644
1919
path: /etc/issue.d/legal-notice
2020
overwrite: true

0 commit comments

Comments
 (0)