validatedpatterns / multicluster-devsecops

Apache License 2.0
20 stars 66 forks source link

fix: opphub storage class goes under cloudprovider not clustergroup #109

Closed TomerFi closed 9 months ago

TomerFi commented 10 months ago

Following a slack channel thread, values-opphub.yaml is not inline with the common schema, which makes linting fail:

$ ./pattern.sh make validate-schema

make -f common/Makefile validate-schema
...
Error: values don't meet the specifications of the schema(s) in the following chart(s):
clustergroup:
- clusterGroup: Additional property storageClass is not allowed

make[1]: *** [common/Makefile:110: validate-schema] Error 1
...
make: *** [Makefile:12: validate-schema] Error 2

Schema update PR: https://github.com/validatedpatterns/common/pull/401

Signed-off-by: Tomer Figenblat tfigenbl@redhat.com