diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-04-01 00:21:45 +0200 |
---|---|---|
committer | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-04-01 02:05:31 +0200 |
commit | 7e31efc10b7c266374dae6b5f125d2b607f62cc2 (patch) | |
tree | ba1a6eecaa9270e0b09dec21f25702163fdff6e3 /kubernetes/policy/charts/policy-xacml-pdp/templates/secrets.yaml | |
parent | ddd1de41d3cc17ad53048bad2c81e2fc1757a5ea (diff) |
[POLICY] Use common secret template in policy-xacml
Use common secret template in policy-xacml module instead of hardcoding db
credentials in config map.
For now db creds are hardcoded but will be remove in further commits.
Issue-ID: OOM-2342
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I3c78373d1b6cf6cdd94af03645e3d5af8704b942
Diffstat (limited to 'kubernetes/policy/charts/policy-xacml-pdp/templates/secrets.yaml')
-rw-r--r-- | kubernetes/policy/charts/policy-xacml-pdp/templates/secrets.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/kubernetes/policy/charts/policy-xacml-pdp/templates/secrets.yaml b/kubernetes/policy/charts/policy-xacml-pdp/templates/secrets.yaml new file mode 100644 index 0000000000..bd7eb8ea40 --- /dev/null +++ b/kubernetes/policy/charts/policy-xacml-pdp/templates/secrets.yaml @@ -0,0 +1,15 @@ +# 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" . }} |