Skip to content

Commit 8357258

Browse files
authored
Update plugins/integrations/kubernetes-service/src/main/resources/conf/k8s-node.yml
1 parent e20ca2a commit 8357258

File tree

1 file changed

+1
-1
lines changed
  • plugins/integrations/kubernetes-service/src/main/resources/conf

1 file changed

+1
-1
lines changed

plugins/integrations/kubernetes-service/src/main/resources/conf/k8s-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ users:
2222
sudo: ALL=(ALL) NOPASSWD:ALL
2323
shell: /bin/bash
2424
ssh_authorized_keys: |
25-
${{ k8s.ssh.pub.key }}
25+
{{ k8s.ssh.pub.key }}
2626
2727
write_files:
2828
- path: /opt/bin/setup-kube-system

0 commit comments

Comments
 (0)