File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 5151 echo "Starting Hadolint"
5252 find . -name "Dockerfile" | xargs ./hadolint --config ./ci/hadolint-config.yaml
5353 echo "Hadolint done"
54+
55+ # This simply checks that the manifests and respective kustomization.yaml finishes without an error.
56+ - name : Check kustomize manifest
57+ id : kustomize-manifests
58+ run : |
59+ kubectl version --client=true
60+ echo "----------------------------------------------------------"
61+ echo "Starting 'kubectl kustomize manifests/base'"
62+ echo "----------------------------------------------------------"
63+ kubectl kustomize manifests/base
64+
65+ echo "----------------------------------------------------------"
66+ echo "Starting 'kubectl kustomize manifests/overlays/additional'"
67+ echo "----------------------------------------------------------"
68+ kubectl kustomize manifests/overlays/additional
You can’t perform that action at this time.
0 commit comments