Skip to content
Snippets Groups Projects
Commit 50471164 authored by Brad Beam's avatar Brad Beam
Browse files

Fixing resource type for kibana

parent ab12b23e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -11,7 +11,7 @@
kubectl: "{{bin_dir}}/kubectl"
name: "kibana-logging"
namespace: "{{system_namespace}}"
resource: "rc"
resource: "deployment"
state: "{{ item | ternary('latest','present') }}"
with_items: "{{ kibana_deployment_manifest.changed }}"
run_once: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment