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:
parent
b038f1d4a5
commit
3267155766
|
@ -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
|
||||
|
|
|
@ -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" }}
|
||||
|
|
Loading…
Reference in New Issue