add comments

Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com>
This commit is contained in:
Inteon 2021-07-13 17:58:28 +02:00
parent 0683738458
commit c7d92681b8
No known key found for this signature in database
GPG Key ID: BD5DCF7303C7C1A7
2 changed files with 6 additions and 0 deletions

View File

@ -47,6 +47,8 @@ helm_tmpl(
release_name = "cert-manager",
release_namespace = "cert-manager",
values = {
# Set creator to "static", so the Helm chart does
# not add Helm-specific labels to the resources.
"creator": "static",
},
visibility = ["//visibility:public"],
@ -71,6 +73,8 @@ helm_tmpl(
release_name = "cert-manager",
release_namespace = "cert-manager",
values = {
# Set creator to "static", so the Helm chart does
# not add Helm-specific labels to the resources.
"creator": "static",
},
visibility = ["//visibility:public"],

View File

@ -16,6 +16,8 @@ helm_tmpl(
release_name = RELEASE_NAME,
release_namespace = RELEASE_NAMESPACE,
values = {
# Set creator to "static", so the Helm chart does
# not add Helm-specific labels to the resources.
"creator": "static",
},
)