diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-02-26 23:36:22 +0100 |
---|---|---|
committer | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-03-09 13:47:50 +0000 |
commit | a9010dbb8d78fd31f419d659532440c27ad3ee7b (patch) | |
tree | fedf8c32f18fe8f046722862cf1dd36353857ccc /kubernetes/vfc/charts/vfc-nslcm/templates/secrets.yaml | |
parent | f8a5330a6d1cfab6dd454a532c60466b5d2a8134 (diff) |
[VFC] Use common secret template for DB root password
Issue-ID: VFC-1600
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I9f83c6f6eaace60c3e974218810e5943c5758c06
Diffstat (limited to 'kubernetes/vfc/charts/vfc-nslcm/templates/secrets.yaml')
-rw-r--r-- | kubernetes/vfc/charts/vfc-nslcm/templates/secrets.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/kubernetes/vfc/charts/vfc-nslcm/templates/secrets.yaml b/kubernetes/vfc/charts/vfc-nslcm/templates/secrets.yaml new file mode 100644 index 0000000000..d053c484be --- /dev/null +++ b/kubernetes/vfc/charts/vfc-nslcm/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" . }} |