Skip to content

Commit d1cf453

Browse files
authored
Revert "pre-commit: add hook check-yaml (#9133)" (#10161)
This reverts commit 57867dc.
1 parent 30b2588 commit d1cf453

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)