fix(univention-management-stack): Add Announcements icon into "umc-gateway"

This commit is contained in:
Johannes Bornhold
2023-11-22 15:36:06 +01:00
parent 86b48188e1
commit 7a9ecf7b85

View File

@@ -10,11 +10,20 @@ extraVolumes:
configMap:
name: "ums-stack-data-swp-umc-gateway-entrypoint"
defaultMode: 0555
- name: "announcements-customization"
configMap:
name: "ums-stack-data-swp-umc-server-announcements"
defaultMode: 0444
extraVolumeMounts:
- name: "entrypoint-swp-patches"
mountPath: "/entrypoint.d/90-swp.sh"
subPath: "90-swp.sh"
- name: "announcements-customization"
mountPath: "/usr/share/univention-management-console-frontend/js/dijit/themes/umc/icons/16x16/udm-portals-announcement.png"
subPath: "udm-portals-announcement.png"
image:
registry: {{ .Values.global.imageRegistry | quote }}