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
Branches
Tags
No related merge requests found
...@@ -36,14 +36,14 @@ tests: ...@@ -36,14 +36,14 @@ tests:
- contains: - contains:
path: spec.template.spec.containers[0].volumeMounts path: spec.template.spec.containers[0].volumeMounts
content: content:
name: user-manager-crt name: user-manager-tls-ca
mountPath: "/user-manager-tls-ca/tls.crt" mountPath: "/user-manager-tls-ca/tls.crt"
subPath: tls.crt subPath: tls.crt
readOnly: true readOnly: true
- contains: - contains:
path: spec.template.spec.containers[0].volumeMounts path: spec.template.spec.containers[0].volumeMounts
content: content:
name: user-manager-key name: user-manager-tls-ca
mountPath: "/user-manager-tls-ca/tls.key" mountPath: "/user-manager-tls-ca/tls.key"
subPath: tls.key subPath: tls.key
readOnly: true readOnly: true
...@@ -51,7 +51,7 @@ tests: ...@@ -51,7 +51,7 @@ tests:
- it: should have volumes for user-manager root certificate - it: should have volumes for user-manager root certificate
template: deployment.yaml template: deployment.yaml
set: set:
elasticsearch.enabled: true namespace: sh-helm-test
asserts: asserts:
- contains: - contains:
path: spec.jobTemplate.spec.template.spec.volumes 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