diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-03-05 18:54:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-05 18:54:38 +0000 |
commit | 512bafc2e717582ac9d4ac1aa6660a1edf2ec90e (patch) | |
tree | 708c1a737c4900691ed1a3d0ad46f8f5a4055edc /kubernetes/portal/charts/portal-sdk/templates/secrets.yaml | |
parent | 032c13e94bdf7d9b7798640a0d8afd19a4330574 (diff) | |
parent | 4993144c1f74bb4089fb83865d5a67120e2152b7 (diff) |
Merge "HTTPS/AAF auto cert gen for Portal SDK"
Diffstat (limited to 'kubernetes/portal/charts/portal-sdk/templates/secrets.yaml')
-rw-r--r-- | kubernetes/portal/charts/portal-sdk/templates/secrets.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/kubernetes/portal/charts/portal-sdk/templates/secrets.yaml b/kubernetes/portal/charts/portal-sdk/templates/secrets.yaml new file mode 100644 index 0000000000..b79179bc6b --- /dev/null +++ b/kubernetes/portal/charts/portal-sdk/templates/secrets.yaml @@ -0,0 +1,15 @@ +# Copyright (c) 2020 AT&T Intellectual Property. All rights reserved. +# +# 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" . }} |