diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-09-25 09:10:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-09-25 09:10:57 +0000 |
commit | 600b979eca5e1fe811fded36ab0a8ca0bf213878 (patch) | |
tree | f5ce0388f0f682b4ef91bdaef2afbc92781d6859 /kubernetes/portal/templates/secrets.yaml | |
parent | 322d6c775b57d6561574aa1ff29d6f5950a04a4f (diff) | |
parent | 2ffb1ba25a2a797fe781009adcc4766fbf44fe38 (diff) |
Merge "[Portal] Remove hardcoded cassandra password"
Diffstat (limited to 'kubernetes/portal/templates/secrets.yaml')
-rw-r--r-- | kubernetes/portal/templates/secrets.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/kubernetes/portal/templates/secrets.yaml b/kubernetes/portal/templates/secrets.yaml new file mode 100644 index 0000000000..34932b713d --- /dev/null +++ b/kubernetes/portal/templates/secrets.yaml @@ -0,0 +1,17 @@ +{{/* +# Copyright © 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.secretFast" . }} |