Skip to content

Commit

Permalink
feat: removing gateway parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
nexus49 committed Nov 21, 2024
1 parent 068f2a7 commit 6618af3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions charts/portal/templates/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ spec:
- name: COOKIE_DOMAIN
value: {{ .Values.cookieDomain }}
{{- end }}
{{- if .Values.crdGatewayApiUrl }}
- name: CRD_GATEWAY_API_URL
value: {{ .Values.crdGatewayApiUrl }}
{{- end }}
{{- if .Values.frontendPort }}
- name: FRONTEND_PORT
value: "{{ .Values.frontendPort }}"
Expand Down

0 comments on commit 6618af3

Please sign in to comment.