summaryrefslogtreecommitdiffstats
path: root/kubernetes/portal/charts/portal-app/templates/secret.yaml
diff options
context:
space:
mode:
authorAlexis de Talhouët <alexis.de_talhouet@bell.ca>2018-10-10 15:58:44 +0000
committerGerrit Code Review <gerrit@onap.org>2018-10-10 15:58:44 +0000
commit1b87a8f2772d2e557534044e98c15a94b3a4b509 (patch)
treed80e2f567388f45c31034417b27bbaeae138e135 /kubernetes/portal/charts/portal-app/templates/secret.yaml
parenta9160618f735e2f5f8c168d9be56e77d1e896ec2 (diff)
parent94cd5f225d338f748d3134535e4160bd60c5b868 (diff)
Merge "Updates to OOM Portal"
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 }}