Removed chart val, already validate with tenant config
All checks were successful
Build and Push Docker Images / build-and-push (push) Successful in 22s
Validate Kubernetes & YAML / validate-all (push) Successful in 35s

This commit is contained in:
Adrien Bouvais 2026-08-17 09:38:20 +02:00
parent 68b65861ac
commit a2f8e05c7e

View File

@ -29,9 +29,6 @@ jobs:
- name: Lint Pure YAML Files - name: Lint Pure YAML Files
run: yamllint ./tenants run: yamllint ./tenants
- name: Lint Helm Chart Syntax
run: helm lint charts/tenant/
- name: Validate Tenant Configurations against Chart - name: Validate Tenant Configurations against Chart
run: | run: |
for tenant_dir in tenants/*; do for tenant_dir in tenants/*; do