Skip to content

Commit 9a150a6

Browse files
committed
Removes invisible character
Signed-off-by: Sebastian Kawelke <[email protected]>
1 parent 8b6f644 commit 9a150a6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

templates/devguard-web/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ spec:
5858
imagePullPolicy: {{ .Values.web.image.pullPolicy }}
5959
env:
6060
- name: DEVGUARD_API_URL
61-
value: {{ .Values.web.devguardApiUrl | default "http://devguard-api-service:8080" | quote }}
61+
value: {{ .Values.web.devguardApiUrl | default "http://devguard-api-service:8080" | quote }}
6262
- name: REGISTRATION_ENABLED
6363
value: {{ .Values.web.registrationEnabled | default "true" | quote }}
6464
- name: DEVGUARD_API_URL_PUBLIC_INTERNET

values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ web:
164164
imagePullSecrets: []
165165

166166
ciComponentBase: "https://gitlab.com/l3montree/devguard/-/raw/main"
167-
devguardApiUrl: ""
167+
devguardApiUrl: "http://devguard-api-service:8080"
168168
devguardApiUrlPublicInternet: ""
169169
privacyPolicyLink: ""
170170
termsOfUseLink: ""

0 commit comments

Comments
 (0)