Skip to content

Commit

Permalink
Fix etcd_events_cluster_enabled in CI due to wrong var used (kubernet…
Browse files Browse the repository at this point in the history
  • Loading branch information
DanyC97 authored and k8s-ci-robot committed Jun 6, 2019
1 parent ab6f001 commit 456f743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/files/gce_centos7-flannel-addons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ kubeadm_certificate_key: 3998c58db6497dd17d909394e62d515368c06ec617710d02edea31c
kube_network_plugin: flannel
helm_enabled: true
kubernetes_audit: true
etcd_events_cluster_setup: true
etcd_events_cluster_enabled: true
local_volume_provisioner_enabled: true
etcd_deployment_type: host
deploy_netchecker: true
Expand Down
2 changes: 1 addition & 1 deletion tests/files/packet_centos7-flannel-addons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ kube_proxy_mode: iptables
kube_network_plugin: flannel
helm_enabled: true
kubernetes_audit: true
etcd_events_cluster_setup: true
etcd_events_cluster_enabled: true
local_volume_provisioner_enabled: true
etcd_deployment_type: host
deploy_netchecker: true
Expand Down

0 comments on commit 456f743

Please sign in to comment.