Skip to content

Commit

Permalink
Update the instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
abbi-gaurav committed May 27, 2024
1 parent 4e8301b commit e0b9944
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file modified sap-cloud-logging/assets/log-pipeline-app-logs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sap-cloud-logging/assets/log-pipeline-istio-access-logs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: telemetry.kyma-project.io/v1alpha1
kind: LogPipeline
metadata:
name: my-cls-application-logs
namespace: cls
spec:
input:
application:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: telemetry.kyma-project.io/v1alpha1
kind: LogPipeline
metadata:
name: my-cls-access-logs
namespace: cls
spec:
input:
application:
Expand Down
4 changes: 3 additions & 1 deletion sap-cloud-logging/ship-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ You can refer to the [official SAP documentation](https://help.sap.com/docs/clou
- Export your namespace's name as an environment variable.

```shell
export NS={your-namespace}
# In the instructions, all resources are created in cls namespace. If you want to use a different namespace, adjust the files appropriately
export NS=cls
kubectl create ns ${NS}
```

- To provision an instance of SAP Cloud Logging, create an instance of SAP Cloud Logging and a service binding:
Expand Down

0 comments on commit e0b9944

Please sign in to comment.