-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace K8S service catalog by SAP BTP service operator
- Loading branch information
1 parent
2ca467f
commit a27e042
Showing
27 changed files
with
52 additions
and
261 deletions.
There are no files selected for viewing
Binary file not shown.
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
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
146 changes: 0 additions & 146 deletions
146
charts/log-settings-override-cloud/templates/fluent-bit-overrides.yaml
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
charts/log-settings-override-cloud/templates/istio-mesh-overrides.yaml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
charts/platform-apps/subcharts-packaged/k8s-relay-cloud-0.1.0.tgz
Binary file not shown.
Binary file modified
BIN
+3 Bytes
(100%)
charts/platform-apps/subcharts-packaged/k8s-relay-robot-0.1.0.tgz
Binary file not shown.
Binary file modified
BIN
+8 Bytes
(100%)
charts/platform-apps/subcharts-packaged/prometheus-cloud-0.1.0.tgz
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
charts/platform-apps/subcharts-packaged/prometheus-robot-0.1.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
charts/platform-apps/subcharts/k8s-relay-cloud/templates/app-router-config.yaml
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
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
2 changes: 1 addition & 1 deletion
2
charts/platform-apps/subcharts/prometheus-cloud/templates/app-router-config.yaml
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
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,20 +1,19 @@ | ||
{{ if eq .Values.cloud_logging "true" }} | ||
apiVersion: servicecatalog.k8s.io/v1beta1 | ||
apiVersion: services.cloud.sap.com/v1alpha1 | ||
kind: ServiceInstance | ||
metadata: | ||
name: cloud-logging-core | ||
spec: | ||
clusterServiceClassExternalName: cloud-logging | ||
clusterServicePlanExternalName: standard | ||
serviceOfferingName: cloud-logging | ||
servicePlanName: standard | ||
parameters: {} | ||
--- | ||
apiVersion: servicecatalog.k8s.io/v1beta1 | ||
apiVersion: services.cloud.sap.com/v1alpha1 | ||
kind: ServiceBinding | ||
metadata: | ||
name: cloud-logging-core | ||
spec: | ||
instanceRef: | ||
name: cloud-logging-core | ||
parameters: {} | ||
secretName: cloud-logging-core | ||
serviceInstanceName: cloud-logging-core | ||
parameters: {} | ||
{{ end }} |
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.