Skip to content

Commit

Permalink
#601 nodeport_not_used now has check_service set to true (regression)
Browse files Browse the repository at this point in the history
  • Loading branch information
wwatson committed Mar 2, 2021
1 parent 6f14af2 commit 23761a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/workload/configuration_lifecycle.cr
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ task "nodeport_not_used" do |_, args|
release_name = config.cnf_config[:release_name]
service_name = config.cnf_config[:service_name]
destination_cnf_dir = config.cnf_config[:destination_cnf_dir]
task_response = CNFManager.workload_resource_test(args, config, check_containers:false) do |resource, container, initialized|
task_response = CNFManager.workload_resource_test(args, config, check_containers:false, check_service: true) do |resource, container, initialized|
LOGGING.info "nodeport_not_used resource: #{resource}"
if resource["kind"].as_s.downcase == "service"
LOGGING.info "resource kind: #{resource}"
Expand Down

0 comments on commit 23761a6

Please sign in to comment.