X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-infra%2F20-Credential%2Fhelm%2Ftemplates%2Fsecrets-helm-xapp.yaml;fp=ric-infra%2F20-Credential%2Fhelm%2Ftemplates%2Fsecrets-helm-xapp.yaml;h=0000000000000000000000000000000000000000;hb=e01667fb0798c859ec9eeaba88bfb13951efe5f2;hp=24b226d1ba5ed86d756ea13eaf47a37bfa77b7a0;hpb=ad7f56d736f082b4882ca9be81ae40c27e240881;p=it%2Fdep.git diff --git a/ric-infra/20-Credential/helm/templates/secrets-helm-xapp.yaml b/ric-infra/20-Credential/helm/templates/secrets-helm-xapp.yaml deleted file mode 100644 index 24b226d1..00000000 --- a/ric-infra/20-Credential/helm/templates/secrets-helm-xapp.yaml +++ /dev/null @@ -1,25 +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: xapp-mgr-creds -type: Opaque -data: - helm_repo_username: {{ include "helmrepo.secret.user" . }} - helm_repo_password: {{ include "helmrepo.secret.password" . }}