Skip to content

Commit 57867dc

Browse files
authored
1 parent 2daffa3 commit 57867dc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repos:
3434
- id: check-merge-conflict
3535
- id: check-symlinks
3636
- id: check-vcs-permalinks
37-
#- id: check-yaml
37+
- id: check-yaml
3838
- id: destroyed-symlinks
3939
- id: detect-aws-credentials
4040
args: [--allow-missing-credentials]

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

+1-1
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

+1-1
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-node.yml

+1-1
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)