diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9a2173fb5e38..a9bc87454f1c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: - id: check-merge-conflict - id: check-symlinks - id: check-vcs-permalinks - - id: check-yaml + #- id: check-yaml - id: destroyed-symlinks - id: detect-aws-credentials args: [--allow-missing-credentials] diff --git a/plugins/integrations/kubernetes-service/src/main/resources/conf/k8s-control-node-add.yml b/plugins/integrations/kubernetes-service/src/main/resources/conf/k8s-control-node-add.yml index 59cb1fccb1c2..6819723b3f04 100644 --- a/plugins/integrations/kubernetes-service/src/main/resources/conf/k8s-control-node-add.yml +++ b/plugins/integrations/kubernetes-service/src/main/resources/conf/k8s-control-node-add.yml @@ -21,7 +21,7 @@ users: - name: cloud sudo: ALL=(ALL) NOPASSWD:ALL shell: /bin/bash - ssh_authorized_keys: | + ssh_authorized_keys: {{ k8s.ssh.pub.key }} write_files: diff --git a/plugins/integrations/kubernetes-service/src/main/resources/conf/k8s-control-node.yml b/plugins/integrations/kubernetes-service/src/main/resources/conf/k8s-control-node.yml index a7dd6f2035ce..90be8957d440 100644 --- a/plugins/integrations/kubernetes-service/src/main/resources/conf/k8s-control-node.yml +++ b/plugins/integrations/kubernetes-service/src/main/resources/conf/k8s-control-node.yml @@ -21,7 +21,7 @@ users: - name: cloud sudo: ALL=(ALL) NOPASSWD:ALL shell: /bin/bash - ssh_authorized_keys: | + ssh_authorized_keys: {{ k8s.ssh.pub.key }} write_files: diff --git a/plugins/integrations/kubernetes-service/src/main/resources/conf/k8s-node.yml b/plugins/integrations/kubernetes-service/src/main/resources/conf/k8s-node.yml index 7e0214b711f2..ac80e8576ffe 100644 --- a/plugins/integrations/kubernetes-service/src/main/resources/conf/k8s-node.yml +++ b/plugins/integrations/kubernetes-service/src/main/resources/conf/k8s-node.yml @@ -21,7 +21,7 @@ users: - name: cloud sudo: ALL=(ALL) NOPASSWD:ALL shell: /bin/bash - ssh_authorized_keys: | + ssh_authorized_keys: {{ k8s.ssh.pub.key }} write_files: