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

Signed-off-by: Jason Witkowski <[email protected]>
  • Loading branch information
jwitko committed Sep 20, 2023
1 parent bc5e337 commit d8817e4
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 d8817e4

Please sign in to comment.