add comments
Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com>
This commit is contained in:
parent
0683738458
commit
c7d92681b8
@ -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"],
|
||||
|
||||
@ -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",
|
||||
},
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user