diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-03-09 16:04:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-09 16:04:02 +0000 |
commit | 5dddd2fb77faaf18031d3791a18c210772f366f4 (patch) | |
tree | 8700fc3e5ad05cac2a4b160f180dee0cfa2a4443 /kubernetes/vfc/charts/vfc-vnfres/templates/secrets.yaml | |
parent | 13661d29724537142268009290fb5974d458bc3e (diff) | |
parent | a9010dbb8d78fd31f419d659532440c27ad3ee7b (diff) |
Merge "[VFC] Use common secret template for DB root password"
Diffstat (limited to 'kubernetes/vfc/charts/vfc-vnfres/templates/secrets.yaml')
-rw-r--r-- | kubernetes/vfc/charts/vfc-vnfres/templates/secrets.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/kubernetes/vfc/charts/vfc-vnfres/templates/secrets.yaml b/kubernetes/vfc/charts/vfc-vnfres/templates/secrets.yaml new file mode 100644 index 0000000000..d053c484be --- /dev/null +++ b/kubernetes/vfc/charts/vfc-vnfres/templates/secrets.yaml @@ -0,0 +1,15 @@ +# Copyright (c) 2020 Samsung Electronics +# +# 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. + +{{ include "common.secret" . }} |