Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: enable extra volume mounts for front end (#128)
This allows adding icons to generic events, e.g. add: extraVolumeMounts: - mountPath: /app/public/icons/eventc-icon.png name: icons subPath: eventc-icon.png extraVolumes: - name: icons configMap: name: icons to the frontend section (and make a config map with your icon). I added the icon config map via kustomize: configMapGenerator: - name: icons files: - eventc-icon.png
- Loading branch information