Andy Bavier | 177f29f | 2020-08-12 14:42:00 -0700 | [diff] [blame] | 1 | # Copyright 2020-present Open Networking Foundation |
| 2 | # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 |
| 3 | |
Andy Bavier | ac51347 | 2021-05-12 11:58:34 -0700 | [diff] [blame] | 4 | {{- if .Values.iCalUrl }} |
Andy Bavier | 177f29f | 2020-08-12 14:42:00 -0700 | [diff] [blame] | 5 | apiVersion: v1 |
| 6 | kind: Secret |
| 7 | metadata: |
| 8 | name: {{ include "edge-monitoring-server.fullname" . }}-calendar-secret |
| 9 | labels: |
| 10 | {{- include "edge-monitoring-server.labels" . | nindent 4 }} |
| 11 | type: Opaque |
| 12 | data: |
| 13 | iCalUrl: |- |
Andy Bavier | ac51347 | 2021-05-12 11:58:34 -0700 | [diff] [blame] | 14 | {{ .Values.iCalUrl | b64enc }} |
| 15 | {{- end }} |