We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 122abaf commit 3d14ec2Copy full SHA for 3d14ec2
manifests/server/controller_manager.pp
@@ -14,7 +14,8 @@
14
# @param container_registry The container registry to pull the controller manager image from.
15
# @param control_plane_url The URL of the Kubernetes API server.
16
# @param ensure Whether the controller manager should be configured.
17
-# @param key The path to the controller manager key.# @param sa_key The path to the service account key.
+# @param key The path to the controller manager key.
18
+# @param sa_key The path to the service account key.
19
# @param service_cluster_cidr The CIDR of the service cluster.
20
#
21
class k8s::server::controller_manager (
0 commit comments