Skip to content

Commit

Permalink
++ prettier for changed yaml files
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Mikheykin <ivan.mikheykin@flant.com>
  • Loading branch information
diafour committed Oct 16, 2024
1 parent a097ef8 commit 0ec4ac4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/dev_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ jobs:
runs-on: ubuntu-latest
name: Validate helm templates with OpenAPI schemas
steps:

- name: Install Task
uses: arduino/setup-task@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion tools/kubeconform/fixtures/module-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ global:
mode: CertManager
ingressClass: nginx
placement: {}
publicDomainTemplate: '%s.cluster.domain.io'
publicDomainTemplate: "%s.cluster.domain.io"
resourcesRequests:
controlPlane: {}
everyNode:
Expand Down

0 comments on commit 0ec4ac4

Please sign in to comment.