Fix linting
This commit is contained in:
parent
eb8b181208
commit
5c38715109
15
.github/workflows/lint.yaml
vendored
15
.github/workflows/lint.yaml
vendored
@ -24,10 +24,10 @@ jobs:
|
|||||||
- name: Set up chart-testing
|
- name: Set up chart-testing
|
||||||
uses: scrungus/chart-testing-action@v3.7.3
|
uses: scrungus/chart-testing-action@v3.7.3
|
||||||
|
|
||||||
- name: Dummy cloud creds
|
- name: Dummy values
|
||||||
uses: DamianReeves/write-file-action@master
|
uses: DamianReeves/write-file-action@master
|
||||||
with:
|
with:
|
||||||
path: clouds.yml
|
path: values.yml
|
||||||
write-mode: overwrite
|
write-mode: overwrite
|
||||||
contents: |
|
contents: |
|
||||||
clouds:
|
clouds:
|
||||||
@ -41,6 +41,15 @@ jobs:
|
|||||||
interface: "public"
|
interface: "public"
|
||||||
identity_api_version: 3
|
identity_api_version: 3
|
||||||
auth_type: "v3applicationcredential"
|
auth_type: "v3applicationcredential"
|
||||||
|
kubernetesVersion: 1.27.2
|
||||||
|
machineImageId: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
|
||||||
|
controlPlane:
|
||||||
|
machineFlavor: vm.ska.cpu.general.small
|
||||||
|
machineCount: 1
|
||||||
|
nodeGroups:
|
||||||
|
- machineCount: 2
|
||||||
|
machineFlavor: vm.ska.cpu.general.small
|
||||||
|
name: test-group1
|
||||||
|
|
||||||
- name: Run chart-testing (lint)
|
- name: Run chart-testing (lint)
|
||||||
run: |-
|
run: |-
|
||||||
@ -48,4 +57,4 @@ jobs:
|
|||||||
--target-branch ${{ github.event.repository.default_branch }} \
|
--target-branch ${{ github.event.repository.default_branch }} \
|
||||||
--all \
|
--all \
|
||||||
--validate-maintainers=false \
|
--validate-maintainers=false \
|
||||||
--extra-values clouds.yml
|
--extra-values values.yml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user