summaryrefslogtreecommitdiffstats
path: root/kubernetes/portal/charts/portal-app/templates/secret.yaml
diff options
context:
space:
mode:
authorst782s <statta@research.att.com>2018-10-09 17:19:21 -0400
committerst782s <statta@research.att.com>2018-10-10 08:17:46 -0400
commit94cd5f225d338f748d3134535e4160bd60c5b868 (patch)
tree3eba834b6419d8c064dfd3726fd0f60509732bf9 /kubernetes/portal/charts/portal-app/templates/secret.yaml
parent05bc4cb68ad0d92c7e83af9092301677fd51eca7 (diff)
Updates to OOM Portal
Issue-ID: PORTAL-429 Failed to access Policy GUI from Portal Change-Id: I01422d16507ce8d5369e50623c559a54a8dc7328 Signed-off-by: st782s <statta@research.att.com>
Diffstat (limited to 'kubernetes/portal/charts/portal-app/templates/secret.yaml')
-rw-r--r--kubernetes/portal/charts/portal-app/templates/secret.yaml27
1 files changed, 27 insertions, 0 deletions
diff --git a/kubernetes/portal/charts/portal-app/templates/secret.yaml b/kubernetes/portal/charts/portal-app/templates/secret.yaml
new file mode 100644
index 0000000000..18f85c1698
--- /dev/null
+++ b/kubernetes/portal/charts/portal-app/templates/secret.yaml
@@ -0,0 +1,27 @@
+# Copyright © 2018 Amdocs, Bell Canada, 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.
+
+apiVersion: v1
+kind: Secret
+metadata:
+ name: {{ include "common.fullname" . }}-authz-onapportal
+ namespace: {{ include "common.namespace" . }}
+ labels:
+ app: {{ include "common.name" . }}
+ chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
+ release: {{ .Release.Name }}
+ heritage: {{ .Release.Service }}
+type: Opaque
+data:
+{{ tpl (.Files.Glob "resources/certs/*").AsSecrets . | indent 2 }}