Skip to content

Commit

Permalink
update puppet strings
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Dec 14, 2023
1 parent 3d9a789 commit 3db8574
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2707,6 +2707,7 @@ The following parameters are available in the `k8s::server::resources::coredns`
* [`deployment_config`](#-k8s--server--resources--coredns--deployment_config)
* [`hosts`](#-k8s--server--resources--coredns--hosts)
* [`image_pull_secrets`](#-k8s--server--resources--coredns--image_pull_secrets)
* [`template_path`](#-k8s--server--resources--coredns--template_path)
* [`ensure`](#-k8s--server--resources--coredns--ensure)
* [`kubeconfig`](#-k8s--server--resources--coredns--kubeconfig)
* [`cluster_domain`](#-k8s--server--resources--coredns--cluster_domain)
Expand Down Expand Up @@ -2767,6 +2768,14 @@ the secrets to pull from private registries

Default value: `$k8s::server::resources::image_pull_secrets`

##### <a name="-k8s--server--resources--coredns--template_path"></a>`template_path`

Data type: `String[1]`

The path to the template to use for the CoreDNS ConfigMap

Default value: `'k8s/server/resources/coredns_configmap.epp'`

##### <a name="-k8s--server--resources--coredns--ensure"></a>`ensure`

Data type: `K8s::Ensure`
Expand Down

0 comments on commit 3db8574

Please sign in to comment.