Skip to content

Commit

Permalink
Fix: kube-apiserver tag will overwrite secrets-at-rest token if used …
Browse files Browse the repository at this point in the history
…independently (kubernetes-sigs#10460)

Signed-off-by: Jason Witkowski <jwitko1@gmail.com>
  • Loading branch information
jwitko authored and guy.gold committed Oct 30, 2023
1 parent a168011 commit e78001a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions roles/kubernetes/control-plane/tasks/encrypt-at-rest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,3 @@
owner: root
group: "{{ kube_cert_group }}"
mode: 0640
tags:
- kube-apiserver
2 changes: 2 additions & 0 deletions roles/kubernetes/control-plane/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
import_tasks: encrypt-at-rest.yml
when:
- kube_encrypt_secret_data
tags:
- kube-apiserver

- name: Install | Copy kubectl binary from download dir
copy:
Expand Down

0 comments on commit e78001a

Please sign in to comment.