Skip to content

Commit 2c8538c

Browse files
fix chomps
Signed-off-by: Hung Nguyen <hung.nguyen@anchore.com>
1 parent 3b97c93 commit 2c8538c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- $component := "componentCatalog" -}}
22

3-
{{- include "enterprise.bootstrapConfigMap" (merge (dict "component" $component "configComponent" "component_catalog") .) }}
3+
{{ include "enterprise.bootstrapConfigMap" (merge (dict "component" $component "configComponent" "component_catalog") .) }}
44
---
5-
{{- include "enterprise.ngConfigMap" (merge (dict "component" $component "configComponent" "component_catalog") .) -}}
5+
{{ include "enterprise.ngConfigMap" (merge (dict "component" $component "configComponent" "component_catalog") .) }}

0 commit comments

Comments
 (0)