diff options
author | Fiachra Corcoran <fiachra.corcoran@est.tech> | 2022-09-29 07:33:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-09-29 07:33:35 +0000 |
commit | d98aae1178346bc92813b5ca80b20bca8bc3a637 (patch) | |
tree | 3dd5802456e0c91f749bb5ef9f45090e24ad2f97 /kubernetes/policy/components/policy-xacml-pdp/templates | |
parent | 2b29be1363298b4824493fa83a3bef159cb53893 (diff) | |
parent | eec3da945c876084a0cfb61d0ab172b0e9a4be92 (diff) |
Merge "[POLICY] Update config and db-migrator to 2.5.0"
Diffstat (limited to 'kubernetes/policy/components/policy-xacml-pdp/templates')
-rwxr-xr-x | kubernetes/policy/components/policy-xacml-pdp/templates/configmap.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/policy/components/policy-xacml-pdp/templates/configmap.yaml b/kubernetes/policy/components/policy-xacml-pdp/templates/configmap.yaml index 64b7c0a126..3b1a12399e 100755 --- a/kubernetes/policy/components/policy-xacml-pdp/templates/configmap.yaml +++ b/kubernetes/policy/components/policy-xacml-pdp/templates/configmap.yaml @@ -1,6 +1,6 @@ {{/* # ============LICENSE_START======================================================= -# Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 2019-2020, 2022 AT&T Intellectual Property. All rights reserved. # Modifications Copyright (C) 2020 Nordix Foundation. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); @@ -36,4 +36,4 @@ binaryData: {{- end }} {{- end }} data: -{{ tpl (.Files.Glob "resources/config/*.{json,properties,xml}").AsConfig . | indent 2 }} +{{ tpl (.Files.Glob "resources/config/*.{sql,json,properties,xml}").AsConfig . | indent 2 }} |