diff options
author | Sandeep Shah <sandeeplinux1068@gmail.com> | 2020-10-20 16:11:21 -0500 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-10-27 08:40:12 +0100 |
commit | 8f1acc0cf15e399da7c93350233ae0b0f2a74e8f (patch) | |
tree | d091907839543e5cf1b505a70e83d1bdca567d05 /kubernetes/portal/components/portal-widget/templates/secret.yaml | |
parent | b61ad49e3b97eadebccbf76bcebefa638ef10c05 (diff) |
[PORTAL ] Non-root user DB access from WMS
Update portal-widget HELM charts to use non-
root user access to the portal mariadb
backend
Issue-ID: OOM-2601
Signed-off-by: SandeepLinux <ss048t@att.com>
Change-Id: I434ce85f1d0922d87fca35f692064a9b5e757954
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Diffstat (limited to 'kubernetes/portal/components/portal-widget/templates/secret.yaml')
-rw-r--r-- | kubernetes/portal/components/portal-widget/templates/secret.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/kubernetes/portal/components/portal-widget/templates/secret.yaml b/kubernetes/portal/components/portal-widget/templates/secret.yaml new file mode 100644 index 0000000000..9a3f011e80 --- /dev/null +++ b/kubernetes/portal/components/portal-widget/templates/secret.yaml @@ -0,0 +1,17 @@ +{{/* +# Copyright © 2020 Orange +# +# 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" . }} |