Skip to content

Commit 256a6f1

Browse files
wkaltscotty-c
authored andcommitted
Fix log message typos: Kubernets -> Kubernetes (#84)
1 parent 89931de commit 256a6f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifests/service.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
if $bootstrap_controller {
7777

78-
exec {'Checking for the Kubernets cluster to be ready':
78+
exec {'Checking for the Kubernetes cluster to be ready':
7979
path => ['/usr/bin', '/bin'],
8080
command => 'kubectl get nodes | grep -w NotReady',
8181
tries => 50,

spec/classes/service_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@
8888
}
8989
end
9090

91-
it { should contain_exec('Checking for the Kubernets cluster to be ready')}
91+
it { should contain_exec('Checking for the Kubernetes cluster to be ready')}
9292
end
9393
end

0 commit comments

Comments
 (0)