Skip to content

Commit ce50ad2

Browse files
committed
Revert PR 9133
1 parent 663dce1 commit ce50ad2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ users:
2121
- name: cloud
2222
sudo: ALL=(ALL) NOPASSWD:ALL
2323
shell: /bin/bash
24-
ssh_authorized_keys: |
24+
ssh_authorized_keys:
2525
{{ k8s.ssh.pub.key }}
2626

2727
write_files:

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

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

2828
write_files:

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
@@ -21,7 +21,7 @@ users:
2121
- name: cloud
2222
sudo: ALL=(ALL) NOPASSWD:ALL
2323
shell: /bin/bash
24-
ssh_authorized_keys: |
24+
ssh_authorized_keys:
2525
{{ k8s.ssh.pub.key }}
2626

2727
write_files:

0 commit comments

Comments
 (0)