mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-04 09:58:20 +03:00
Fixing resource type for kibana
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
namespace: "{{system_namespace}}"
|
||||
resource: "rc"
|
||||
state: "{{ item | ternary('latest','present') }}"
|
||||
#state: "latest"
|
||||
with_items: "{{ es_deployment_manifest.changed }}"
|
||||
run_once: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user