fix space at line 154 from pre-install-job.yaml to avoid helm templat… (#4177)

* fix space at line 154 from pre-install-job.yaml to avoid helm template error

Signed-off-by: Riccardo_Colavita <rcolavita@tai.it>

* [PR#4177] Added lint test

Signed-off-by: Riccardo_Colavita <rcolavita@tai.it>

---------

Signed-off-by: Riccardo_Colavita <rcolavita@tai.it>
Co-authored-by: Riccardo_Colavita <rcolavita@tai.it>
This commit is contained in:
Riccardo Colavita 2023-10-26 08:13:31 +02:00 committed by GitHub
parent b038f1d4a5
commit 3267155766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,7 @@ jobs:
- name: Run chart-testing (template)
run: |
helm template --set components={"search,descheduler,schedulerEstimator"} --dependency-update ./charts/karmada --debug > /dev/null
helm template --set components={"search,descheduler,schedulerEstimator"},certs.mode=custom --dependency-update ./charts/karmada --debug > /dev/null
helm template --set components={"search,descheduler,schedulerEstimator"},installMode=component --dependency-update ./charts/karmada --debug > /dev/null
helm template --set installMode=agent --dependency-update ./charts/karmada --debug > /dev/null
helm template --dependency-update ./charts/karmada-operator --debug > /dev/null

View File

@ -151,7 +151,7 @@ data:
{{- include "karmada.crd.patch.webhook.clusterresourcebinding" . | nindent 8 }}
{{- print "webhook_in_resourcebindings.yaml: " | nindent 6 }} |-
{{- include "karmada.crd.patch.webhook.resourcebinding" . | nindent 8 }}
---
---
{{- end}}
{{- if eq .Values.certs.mode "auto" }}