Browse Source

Change the owner of `/etc/crictl.yaml` to `root` (#7254)

(cherry picked from commit 1a91792e7c)
pull/7325/head
Geonju Kim 4 years ago
committed by Kubernetes Prow Robot
parent
commit
5f06864582
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/container-engine/crictl/tasks/crictl.yml

2
roles/container-engine/crictl/tasks/crictl.yml

@ -8,7 +8,7 @@
template:
src: crictl.yaml.j2
dest: /etc/crictl.yaml
owner: bin
owner: root
mode: 0644
- name: Copy crictl binary from download dir

Loading…
Cancel
Save