diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-05-05 06:22:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-05 06:22:17 +0000 |
commit | 32c2ebb4a84e4cc9ae6b31a45d3f2a103cf9d8a6 (patch) | |
tree | bf3e064246d64fea235f08fb6c62c1168df400bc /kubernetes/clamp/templates/secrets.yaml | |
parent | 180578d41ed15c8e349faa943fa82bf41a145779 (diff) | |
parent | 26df3202534721dc7ed6e3c2b9c4a973502cc7cd (diff) |
Merge "remove hardcoded MariaDB password"
Diffstat (limited to 'kubernetes/clamp/templates/secrets.yaml')
-rw-r--r-- | kubernetes/clamp/templates/secrets.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/kubernetes/clamp/templates/secrets.yaml b/kubernetes/clamp/templates/secrets.yaml new file mode 100644 index 0000000000..57f88ce32d --- /dev/null +++ b/kubernetes/clamp/templates/secrets.yaml @@ -0,0 +1,16 @@ +# Copyright © 2017 Amdocs, Bell Canada +# Modifications Copyright © 2018 AT&T +# +# 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" . }} |