Skip to content

Commit ca1500f

Browse files
committed
Added cert_manager_version var in kube.tf.example
1 parent c4c4883 commit ca1500f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kube.tf.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,6 +1013,9 @@ encryption:
10131013
MTU: 1450
10141014
EOT */
10151015

1016+
# If you want to use a specific cert-manager helm chart version, set it below; otherwise, leave them as-is for the latest versions.
1017+
# cert_manager_version = ""
1018+
10161019
# Cert manager, all cert-manager helm values can be found at https://github.com/cert-manager/cert-manager/blob/master/deploy/charts/cert-manager/values.yaml
10171020
# The following is an example, please note that the current indentation inside the EOT is important.
10181021
# For cert-manager versions < v1.15.0, you need to set installCRDs: true instead of crds.enabled and crds.keep.

0 commit comments

Comments
 (0)