Skip to content

Commit 274131d

Browse files
committed
fix description
Signed-off-by: Mikhail Scherba <mikhail.scherba@flant.com>
1 parent 2451033 commit 274131d

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

charts/helm_lib/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,9 @@ list:
503503

504504
#### Arguments
505505

506+
list:
506507
- Template context with .Values, .Chart, etc
508+
- An empty dict to update with current default gateway name and namespace
507509

508510
## Dns Policy
509511

charts/helm_lib/templates/_default_gateway.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{{- /* accepts a dict that is updated with current default gateway name and namespace */ -}}
33
{{- define "helm_lib_default_gateway" -}}
44
{{- $context := index . 0 -}} {{- /* Template context with .Values, .Chart, etc */ -}}
5-
{{- $result := index . 1 -}}
5+
{{- $result := index . 1 -}} {{- /* An empty dict to update with current default gateway name and namespace */ -}}
66
{{- $g := dict -}}
77

88
{{- if hasKey $context.Values.global.modules "gatewayAPIDefaultGateway" -}}

0 commit comments

Comments
 (0)