Skip to content

Commit

Permalink
Fix tests for k8s::node::kube_proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
ananace committed May 8, 2023
1 parent 56bd3d5 commit 5bf8f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes/node/kube_proxy_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class { '::k8s::node':
{
auth: 'token',
ca_cert: '/tmp/ca.pem',
token: 'blah',
token: sensitive('blah'),
}
end

Expand Down

0 comments on commit 5bf8f3f

Please sign in to comment.