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 Aug 8, 2024
1 parent f3ee3e4 commit a94fb0f
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 a94fb0f

Please sign in to comment.