mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
11 lines
297 B
YAML
11 lines
297 B
YAML
{{- if and (or .Values.hubble.enabled .Values.hubble.ui.standalone.enabled) .Values.hubble.ui.enabled }}
|
|
---
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: hubble-ui-nginx
|
|
namespace: {{ .Release.Namespace }}
|
|
data:
|
|
nginx.conf: {{ include "hubble-ui.nginx.conf" . | trim | quote }}
|
|
{{- end }}
|