Skip to content
Snippets Groups Projects
Commit f6930f68 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-3276 OZG-3318 push missed adjusted test

parent 82fccaa0
No related branches found
No related tags found
No related merge requests found
......@@ -36,14 +36,14 @@ tests:
- contains:
path: spec.template.spec.containers[0].volumeMounts
content:
name: user-manager-crt
name: user-manager-tls-ca
mountPath: "/user-manager-tls-ca/tls.crt"
subPath: tls.crt
readOnly: true
- contains:
path: spec.template.spec.containers[0].volumeMounts
content:
name: user-manager-key
name: user-manager-tls-ca
mountPath: "/user-manager-tls-ca/tls.key"
subPath: tls.key
readOnly: true
......@@ -51,7 +51,7 @@ tests:
- it: should have volumes for user-manager root certificate
template: deployment.yaml
set:
elasticsearch.enabled: true
namespace: sh-helm-test
asserts:
- contains:
path: spec.jobTemplate.spec.template.spec.volumes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment