aboutsummaryrefslogtreecommitdiffstats
path: root/helm/policy/components/policy-clamp-runtime-acm/templates/configmap.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'helm/policy/components/policy-clamp-runtime-acm/templates/configmap.yaml')
-rw-r--r--helm/policy/components/policy-clamp-runtime-acm/templates/configmap.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/helm/policy/components/policy-clamp-runtime-acm/templates/configmap.yaml b/helm/policy/components/policy-clamp-runtime-acm/templates/configmap.yaml
index 309dc45e..43f6e270 100644
--- a/helm/policy/components/policy-clamp-runtime-acm/templates/configmap.yaml
+++ b/helm/policy/components/policy-clamp-runtime-acm/templates/configmap.yaml
@@ -1,6 +1,6 @@
{{/*
# ============LICENSE_START=======================================================
-# Copyright (C) 2022 Nordix Foundation. All rights reserved.
+# Copyright (C) 2022-2024 Nordix Foundation. All rights reserved.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -34,4 +34,4 @@ binaryData:
{{- end }}
{{- end }}
data:
-{{ tpl (.Files.Glob "resources/config/*.{json,xml,yaml}").AsConfig . | indent 2 }}
+{{ tpl (.Files.Glob "resources/config/*.{json,xml,yaml,sh}").AsConfig . | indent 2 }}