swh/graphql: implement helm unit tests
Implement unit tests for the graphql descriptors. Some changes were needed outside graphql in order to allow the generation with the default values. Related swh/infra/sysadm-environment#4765
parent
16334582
No related branches found
No related tags found
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- swh/Readme.md 39 additions, 0 deletionsswh/Readme.md
- swh/templates/graphql/configmap.yaml 1 addition, 0 deletionsswh/templates/graphql/configmap.yaml
- swh/templates/graphql/deployment.yaml 13 additions, 11 deletionsswh/templates/graphql/deployment.yaml
- swh/templates/graphql/ingress.yaml 1 addition, 1 deletionswh/templates/graphql/ingress.yaml
- swh/tests/graphql_configmap_test.yaml 28 additions, 0 deletionsswh/tests/graphql_configmap_test.yaml
- swh/tests/graphql_deployment_test.yaml 109 additions, 0 deletionsswh/tests/graphql_deployment_test.yaml
- swh/tests/graphql_global_test.yaml 13 additions, 0 deletionsswh/tests/graphql_global_test.yaml
- swh/tests/graphql_service_test.yaml 15 additions, 0 deletionsswh/tests/graphql_service_test.yaml
- swh/values.yaml 31 additions, 2 deletionsswh/values.yaml
- swh/values/staging.yaml 2 additions, 1 deletionswh/values/staging.yaml
.gitignore
0 → 100644
swh/tests/graphql_configmap_test.yaml
0 → 100644
swh/tests/graphql_deployment_test.yaml
0 → 100644
swh/tests/graphql_global_test.yaml
0 → 100644
swh/tests/graphql_service_test.yaml
0 → 100644
Please register or sign in to comment