forked from chriskari/busola
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change configs from json to yaml (kyma-project#1932)
* move sidecars from json to yaml * remove cherry: * add configs yaml * change json config to yamls with docker and makefile, nginix and deployments * bump web and backend * add js-yaml to backend, fix yq command * try to fix Dockerfile * try to fix Dockerfile second time * fix kubekonfig id test * bring old sideracs * fix sidecars * align tests * remove jq from dockerfile
- Loading branch information
1 parent
3013a78
commit f7597c7
Showing
23 changed files
with
139 additions
and
146 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 was deleted.
Oops, something went wrong.
File renamed without changes.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
config: | ||
features: | ||
JWT_CHECK_CONFIG: | ||
isEnabled: false | ||
config: | ||
issuer: https://apskyxzcl.accounts400.ondemand.com | ||
jwksUri: https://apskyxzcl.accounts400.ondemand.com/oauth2/certs | ||
GZIP: | ||
isEnabled: true | ||
TRACKING: | ||
isEnabled: false |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
config: | ||
defaultStorage: localStorage | ||
features: | ||
LEGAL_LINKS: | ||
config: | ||
legal-disclosure: | ||
default: https://www.sap.com/corporate/en/legal/impressum.html | ||
de: https://www.sap.com/corporate/de/legal/impressum.html | ||
privacy: | ||
default: https://help.sap.com/viewer/82bdf2271c6041f79387c122147cf774/Cloud/en-US | ||
copyright: | ||
default: https://www.sap.com/corporate/en/legal/copyright.html | ||
de: https://www.sap.com/corporate/de/legal/copyright.html | ||
trademark: | ||
default: https://www.sap.com/corporate/en/legal/trademark.html | ||
de: https://www.sap.com/corporate/de/legal/trademark.html | ||
SSO_LOGIN: | ||
isEnabled: false | ||
config: | ||
issuerUrl: https://apskyxzcl.accounts400.ondemand.com | ||
scope: openid | ||
clientId: d0316c58-b0fe-45cd-9960-0fea0708355a | ||
KUBECONFIG_ID: | ||
isEnabled: true | ||
config: | ||
kubeconfigUrl: /kubeconfig | ||
SENTRY: | ||
isEnabled: true | ||
selectors: [] | ||
config: | ||
dsn: '' | ||
OBSERVABILITY: | ||
isEnabled: false | ||
config: | ||
links: | ||
- label: Grafana | ||
path: apis/networking.istio.io/v1beta1/namespaces/kyma-system/virtualservices/monitoring-grafana | ||
- label: Kiali | ||
path: apis/networking.istio.io/v1beta1/namespaces/kyma-system/virtualservices/kiali | ||
- label: Jaeger | ||
path: apis/networking.istio.io/v1beta1/namespaces/kyma-system/virtualservices/tracing | ||
HIDDEN_NAMESPACES: | ||
isEnabled: true | ||
config: | ||
namespaces: | ||
- compass-system | ||
- istio-system | ||
- knative-eventing | ||
- knative-serving | ||
- kube-system | ||
- kyma-backup | ||
- kyma-installer | ||
- kyma-integration | ||
- kyma-system | ||
- natss | ||
- kube-node-lease | ||
- serverless-system | ||
VISUAL_RESOURCES: | ||
isEnabled: true | ||
EXTENSIBILITY: | ||
isEnabled: false | ||
TRACKING: | ||
isEnabled: false |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
version: dev |
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.