From 24a7ef35b6fb3ba85f79e1a6a0bf2fd50e872332 Mon Sep 17 00:00:00 2001 From: krishnaa96 Date: Fri, 9 Oct 2020 12:01:05 +0530 Subject: [OOF] Bump versions - Upgrade OSDF and HAS to new image version - Intermediate and root ca certs should be added to domain cert for nginx to serve https requests - Remove redundant certs and load it as a secret Issue-ID: OPTFRA-857 Signed-off-by: krishnaa96 Change-Id: I51d5f9bf53561acbe5e1df6691e02899de41eed0 --- kubernetes/oof/components/oof-has/templates/secret.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 kubernetes/oof/components/oof-has/templates/secret.yaml (limited to 'kubernetes/oof/components/oof-has/templates/secret.yaml') diff --git a/kubernetes/oof/components/oof-has/templates/secret.yaml b/kubernetes/oof/components/oof-has/templates/secret.yaml new file mode 100644 index 0000000000..c5fe2be5da --- /dev/null +++ b/kubernetes/oof/components/oof-has/templates/secret.yaml @@ -0,0 +1,15 @@ +# Copyright (C) 2020 Wipro Limited. +# +# 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" . }} -- cgit 1.2.3-korg