Skip to content
Snippets Groups Projects
Commit 9b3aa345 authored by Spencer Smith's avatar Spencer Smith Committed by GitHub
Browse files

Merge pull request #1218 from bradbeam/efkidempotent

Fixing resource type for kibana
parents 436c0b58 50471164
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