Skip to content

Commit

Permalink
Fix: yamllint error
Browse files Browse the repository at this point in the history
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
  • Loading branch information
tico88612 committed Sep 11, 2024
1 parent 2978496 commit 3d71a93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
src: "{{ item.file }}.j2"
dest: "{{ kube_config_dir }}/{{ item.file }}"
group: "{{ kube_cert_group }}"
mode: 0640
mode: "0640"
with_items:
- {name: external-oci-cloud-config-secret, file: external-oci-cloud-config-secret.yml}
- {name: external-oci-cloud-controller-manager-rbac, file: external-oci-cloud-controller-manager-rbac.yml}
Expand Down

0 comments on commit 3d71a93

Please sign in to comment.