Fix Some indentation in Readme.md file to look it more professional (#479)

This commit is contained in:
Pravesh-Sudha
2023-10-13 20:17:29 +05:30
committed by GitHub
parent 745545f05e
commit 1c3b69b3ec

View File

@@ -167,6 +167,6 @@ In our GitHub actions, we attach the built binaries as build artifacts, you can
Also, we upload `unstable` tag for Docker image upon every build of `main` branch, you can make our Helm chart to use that image by providing values: Also, we upload `unstable` tag for Docker image upon every build of `main` branch, you can make our Helm chart to use that image by providing values:
```yaml ```yaml
image: image:
pullPolicy: Always pullPolicy: Always
tag: unstable tag: unstable
``` ```