Skip to content

Commit

Permalink
fix kube token dir permissions (kubernetes-sigs#9590)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-romeo authored and HoKim98 committed Mar 8, 2023
1 parent 2d4c230 commit abe24c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/kubernetes/tokens/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
file:
path: "{{ kube_token_dir }}"
state: directory
mode: o-rwx
mode: 0644
group: "{{ kube_cert_group }}"

- import_tasks: gen_tokens.yml
Expand Down

0 comments on commit abe24c4

Please sign in to comment.