X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-xapps%2F90-xApps%2Fhelm%2Fxapp-std%2Ftemplates%2Fappsecret.yaml;fp=ric-xapps%2F90-xApps%2Fhelm%2Fxapp-std%2Ftemplates%2Fappsecret.yaml;h=0000000000000000000000000000000000000000;hb=563da71692a22c4ad04089f756fcebb86944e787;hp=a0dce0e33dd2ec3c86aead231dfda6db1eaa79ae;hpb=97a3693d4035b13c6aa0c80f1dceefa1cd10ce5b;p=it%2Fdep.git diff --git a/ric-xapps/90-xApps/helm/xapp-std/templates/appsecret.yaml b/ric-xapps/90-xApps/helm/xapp-std/templates/appsecret.yaml deleted file mode 100644 index a0dce0e3..00000000 --- a/ric-xapps/90-xApps/helm/xapp-std/templates/appsecret.yaml +++ /dev/null @@ -1,26 +0,0 @@ -################################################################################ -# 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: Secret -metadata: - name: {{ .Release.Name }}-appsecret -type: Opaque -stringData: - {{- with .Values.ricapp.appsecret }} - {{- toYaml . | nindent 2 }} - {{- end }} -