X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=charts%2Ftemplates%2Fserverkey_config.yaml;fp=charts%2Ftemplates%2Fserverkey_config.yaml;h=1949ff57886e8a5b4f24dd94cfd3be152d9a398d;hb=7ef3ae01ee1011d3b39be5330c8e0899dbe95bd0;hp=0000000000000000000000000000000000000000;hpb=f7ef52a5b4ead0472b1b5828471b28c88d2a0aea;p=pti%2Fo2.git diff --git a/charts/templates/serverkey_config.yaml b/charts/templates/serverkey_config.yaml new file mode 100644 index 0000000..1949ff5 --- /dev/null +++ b/charts/templates/serverkey_config.yaml @@ -0,0 +1,28 @@ +# Copyright (C) 2022 Wind River Systems, Inc. +# +# 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: {{ .Chart.Name }}-serverkeyconfig + namespace: {{ .Values.global.namespace }} + labels: + release: {{ .Release.Name }} + app: {{ include "orano2.name" . }} + chart: {{ .Chart.Name }} +# ... +data: + config.json: | +{{ .Values.serverkeyconfig | indent 4 }}