Skip to content
Snippets Groups Projects
Unverified Commit 7b258694 authored by Jason Witkowski's avatar Jason Witkowski Committed by GitHub
Browse files

Fix: kube-apiserver tag will overwrite secrets-at-rest token if used independently (#10460)

parent f964b343
No related branches found
No related tags found
No related merge requests found
......@@ -38,5 +38,3 @@
owner: root
group: "{{ kube_cert_group }}"
mode: 0640
tags:
- kube-apiserver
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment