-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remoe auth proxy Signed-off-by: André Bauer <[email protected]> * version Signed-off-by: André Bauer <[email protected]> * url Signed-off-by: André Bauer <[email protected]> * fix Signed-off-by: André Bauer <[email protected]> * ingress Signed-off-by: André Bauer <[email protected]> * fix secret Signed-off-by: André Bauer <[email protected]> --------- Signed-off-by: André Bauer <[email protected]>
- Loading branch information
Showing
13 changed files
with
39 additions
and
320 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window._env_ = { | ||
REACT_APP_API_URL: "{{ .Values.vrtConfig.reactAppApi.protocol }}://{{ .Values.authProxy.basicAuth.username }}:{{ .Values.authProxy.basicAuth.password }}@{{ .Values.vrtConfig.reactAppApi.url }}", | ||
REACT_APP_API_URL: "{{ .Values.vrtConfig.reactAppApiUrl }}", | ||
PORT: "{{ .Values.vrtComponents.ui.service.port }}", | ||
VRT_VERSION: "{{ .Chart.AppVersion }}", | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 0 additions & 28 deletions
28
charts/visual-regression-tracker/templates/auth-proxy-configmap.yaml
This file was deleted.
Oops, something went wrong.
110 changes: 0 additions & 110 deletions
110
charts/visual-regression-tracker/templates/auth-proxy-deployment.yaml
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
charts/visual-regression-tracker/templates/auth-proxy-pdb.yaml
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
charts/visual-regression-tracker/templates/auth-proxy-secret.yaml
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
charts/visual-regression-tracker/templates/auth-proxy-service.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.