Skip to content

Commit

Permalink
Merge pull request #442 from inspec/CHEF-4288-issue-with-workload-met…
Browse files Browse the repository at this point in the history
…a-config-mode-matcher

CHEF-4288 wrong atrribute workloadMetadataConfig fixed
  • Loading branch information
sa-progress authored Jul 27, 2023
2 parents 0890b7c + 74d569c commit 84e7139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/google/container/property/nodepool_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def initialize(args = nil, parent_identifier = nil)
@min_cpu_platform = args['minCpuPlatform']
@taints = GoogleInSpec::Container::Property::NodePoolConfigTaintsArray.parse(args['taints'], to_s)
@shielded_instance_config = GoogleInSpec::Container::Property::NodePoolConfigShieldedInstanceConfig.new(args['shieldedInstanceConfig'], to_s)
@workload_meta_config = GoogleInSpec::Container::Property::NodePoolConfigWorkloadMetaConfig.new(args['workloadMetaConfig'], to_s)
@workload_meta_config = GoogleInSpec::Container::Property::NodePoolConfigWorkloadMetaConfig.new(args['workloadMetadataConfig'], to_s)
end

def to_s
Expand Down

0 comments on commit 84e7139

Please sign in to comment.