Commit d0e1b825 authored by Labros Papadopoulos's avatar Labros Papadopoulos
Browse files

feat: add env for geocode map api key

parent 2b820f48
Loading
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -111,6 +111,8 @@ spec:
              value: "http://{{ include "hypo.fabric-api.fullname" . }}.{{ .Release.Namespace  }}.svc.cluster.local:{{ include "hypo.fabric.port" . }}/fabric-api/network/controller"
            - name: DOMAINS_URL
              value: "http://{{ include "hypo.fabric-api.fullname" . }}.{{ .Release.Namespace  }}.svc.cluster.local:{{ include "hypo.fabric.port" . }}/fabric-api/domain/identities"
            - name: GEOCODE_API_KEY
              value: "57ff50e63b34414eaed439e9079b9e7d"
            - name: NEXT_PUBLIC_GRAFANA_URL
              {{- if and (eq .Values.installation "dev") $kubePrometheusStack.grafana.ingress.setup }}
              value: "http://$(NODE_IP):{{ $ingressNginx.controller.service.nodePorts.http }}/grafana/login"