Commit 57867dc 1 parent 2daffa3 commit 57867dc Copy full SHA for 57867dc
File tree 4 files changed +4
-4
lines changed
plugins/integrations/kubernetes-service/src/main/resources/conf
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
- id : check-merge-conflict
35
35
- id : check-symlinks
36
36
- id : check-vcs-permalinks
37
- # - id: check-yaml
37
+ - id : check-yaml
38
38
- id : destroyed-symlinks
39
39
- id : detect-aws-credentials
40
40
args : [--allow-missing-credentials]
Original file line number Diff line number Diff line change 21
21
- name : cloud
22
22
sudo : ALL=(ALL) NOPASSWD:ALL
23
23
shell : /bin/bash
24
- ssh_authorized_keys :
24
+ ssh_authorized_keys : |
25
25
{{ k8s.ssh.pub.key }}
26
26
27
27
write_files :
Original file line number Diff line number Diff line change 21
21
- name : cloud
22
22
sudo : ALL=(ALL) NOPASSWD:ALL
23
23
shell : /bin/bash
24
- ssh_authorized_keys :
24
+ ssh_authorized_keys : |
25
25
{{ k8s.ssh.pub.key }}
26
26
27
27
write_files :
Original file line number Diff line number Diff line change 21
21
- name : cloud
22
22
sudo : ALL=(ALL) NOPASSWD:ALL
23
23
shell : /bin/bash
24
- ssh_authorized_keys :
24
+ ssh_authorized_keys : |
25
25
{{ k8s.ssh.pub.key }}
26
26
27
27
write_files :
You can’t perform that action at this time.
0 commit comments