Skip to content

Commit

Permalink
Update link in the helm_lib_module_https_copy_custom_certificate temp…
Browse files Browse the repository at this point in the history
…late definition (#7)
  • Loading branch information
z9r5 authored Mar 9, 2023
1 parent 9847067 commit 9608d56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/helm_lib/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
type: library
name: deckhouse_lib_helm
version: 0.0.18
version: 0.0.19
description: "Helm utils template definitions for Deckhouse modules."
2 changes: 1 addition & 1 deletion charts/helm_lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ list:

### helm_lib_module_https_copy_custom_certificate

Renders secret with [custom certificate](https://deckhouse.ru/documentation/v1/deckhouse-configure-global.html#parameters-modules-https-customcertificate)
Renders secret with [custom certificate](https://deckhouse.io/documentation/v1/deckhouse-configure-global.html#parameters-modules-https-customcertificate)
in passed namespace with passed prefix

#### Usage
Expand Down
2 changes: 1 addition & 1 deletion charts/helm_lib/templates/_module_https.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ certManager:
{{- end -}}

{{- /* Usage: {{ include "helm_lib_module_https_copy_custom_certificate" (list . "namespace" "secret_name_prefix") }} */ -}}
{{- /* Renders secret with [custom certificate](https://deckhouse.ru/documentation/v1/deckhouse-configure-global.html#parameters-modules-https-customcertificate) */ -}}
{{- /* Renders secret with [custom certificate](https://deckhouse.io/documentation/v1/deckhouse-configure-global.html#parameters-modules-https-customcertificate) */ -}}
{{- /* in passed namespace with passed prefix */ -}}
{{- define "helm_lib_module_https_copy_custom_certificate" -}}
{{- $context := index . 0 -}} {{- /* Template context with .Values, .Chart, etc */ -}}
Expand Down

0 comments on commit 9608d56

Please sign in to comment.