fix: indent spaces in yml (#1657)

This commit is contained in:
yun asny23 2023-02-10 20:11:16 +09:00 committed by GitHub
parent 9a184f5740
commit ce5afd31fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 13 deletions

2
.github/config.yml vendored
View File

@ -17,7 +17,7 @@ newPRWelcomeComment: >
# Comment to be posted to on pull requests merged by a first time user # Comment to be posted to on pull requests merged by a first time user
firstPRMergeComment: > firstPRMergeComment: >
Congrats on merging your first pull request! Congrats on merging your first pull request!
![minion-party](https://i.imgur.com/Xlg59lP.gif) ![minion-party](https://i.imgur.com/Xlg59lP.gif)
We here at SigNoz are proud of you! 🥳 We here at SigNoz are proud of you! 🥳

View File

@ -57,7 +57,7 @@ jobs:
--set frontend.service.type=LoadBalancer \ --set frontend.service.type=LoadBalancer \
--set queryService.image.tag=$DOCKER_TAG \ --set queryService.image.tag=$DOCKER_TAG \
--set frontend.image.tag=$DOCKER_TAG --set frontend.image.tag=$DOCKER_TAG
# get pods, services and the container images # get pods, services and the container images
kubectl get pods -n platform kubectl get pods -n platform
kubectl get svc -n platform kubectl get svc -n platform

View File

@ -17,4 +17,3 @@ jobs:
uses: hattan/verify-linked-issue-action@v1.1.0 uses: hattan/verify-linked-issue-action@v1.1.0
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -24,4 +24,3 @@ jobs:
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

View File

@ -231,15 +231,15 @@ services:
<<: *clickhouse-depend <<: *clickhouse-depend
hotrod: hotrod:
image: jaegertracing/example-hotrod:1.30 image: jaegertracing/example-hotrod:1.30
container_name: hotrod container_name: hotrod
logging: logging:
options: options:
max-size: 50m max-size: 50m
max-file: "3" max-file: "3"
command: ["all"] command: ["all"]
environment: environment:
- JAEGER_ENDPOINT=http://otel-collector:14268/api/traces - JAEGER_ENDPOINT=http://otel-collector:14268/api/traces
load-hotrod: load-hotrod:
image: "grubykarol/locust:1.2.3-python3.9-alpine3.12" image: "grubykarol/locust:1.2.3-python3.9-alpine3.12"