X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm_chart%2Fappmgr%2Ftemplates%2Fappconfig.yaml;fp=helm_chart%2Fappmgr%2Ftemplates%2Fappconfig.yaml;h=b31e1c58b042148a2680d0201f38bb70947b74f8;hb=8504f6a10b6417bd6b73249941c8f6356442fc9b;hp=0000000000000000000000000000000000000000;hpb=d36a35ba53b3d805cb73eda3d72af946ed977f16;p=ric-plt%2Fappmgr.git diff --git a/helm_chart/appmgr/templates/appconfig.yaml b/helm_chart/appmgr/templates/appconfig.yaml new file mode 100755 index 0000000..b31e1c5 --- /dev/null +++ b/helm_chart/appmgr/templates/appconfig.yaml @@ -0,0 +1,24 @@ +# Copyright (c) 2019 AT&T Intellectual Property. +# Copyright (c) 2019 Nokia. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +apiVersion: v1 +kind: ConfigMap +metadata: + name: {{ .Release.Name }}-appconfig +data: + {{- with .Values.appconfig }} + {{- toYaml . | nindent 2 }} + {{- end }} +