We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa670c1 commit 7f09930Copy full SHA for 7f09930
manifests/config/kubeadm.pp
@@ -143,7 +143,7 @@
143
mountPath => $cloud_config,
144
},
145
}
146
- if has_key($apiserver_extra_volumes, 'cloud') or has_key($controllermanager_extra_volumes, 'cloud') {
+ if 'cloud' in $apiserver_extra_volumes or 'cloud' in $controllermanager_extra_volumes {
147
fail('Cannot use "cloud" as volume name')
148
149
0 commit comments