Skip to content

Commit 3229241

Browse files
authored
Fix Helm lint config and add missing files (#414)
1 parent f43a2a8 commit 3229241

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

.github/workflows/test-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: exit ${{ github.event.pull_request.head.repo.full_name == 'azimuth-cloud/azimuth' && '0' || '1' }}
3939

4040
publish_artifacts:
41-
needs: [unit_tests, fail_on_remote]
41+
needs: [unit_tests, lint, fail_on_remote]
4242
uses: ./.github/workflows/build-push-artifacts.yaml
4343
with:
4444
ref: ${{ github.event.pull_request.head.sha }}

chart/ci/lint-values.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
ingress:
3+
host: example
4+
5+
settings:
6+
secretKey: example
7+
8+
authentication:
9+
openstack:
10+
authUrl: https://example.com

lintconf.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
rules:
2+
comments:
3+
require-starting-space: true
4+
ignore-shebangs: true
5+
min-spaces-from-content: 1

0 commit comments

Comments
 (0)