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

OZG-5238 Set serverurl in helm tests

parent bca95c1f
Branches
Tags
No related merge requests found
......@@ -35,6 +35,8 @@ tests:
environment: test
bundesland: sh
bezeichner: helm
sso:
serverUrl: https://sso.company.local
asserts:
- contains:
path: spec.template.spec.volumes
......@@ -49,6 +51,8 @@ tests:
environment: test
bundesland: sh
bezeichner: helm
sso:
serverUrl: https://sso.company.local
asserts:
- contains:
path: spec.template.spec.containers[0].volumeMounts
......@@ -63,6 +67,8 @@ tests:
environment: test
bundesland: sh
bezeichner: helm
sso:
serverUrl: https://sso.company.local
database.useExternal: false
asserts:
- contains:
......@@ -85,6 +91,8 @@ tests:
environment: test
bundesland: sh
bezeichner: helm
sso:
serverUrl: https://sso.company.local
database.useExternal: true
asserts:
- contains:
......
......@@ -63,6 +63,8 @@ tests:
bezeichner: eins-zwei-drei
environment: dev
bundesland: sh
sso:
serverUrl: https://sso.company.local
asserts:
- isKind:
of: Deployment
......
......@@ -34,6 +34,8 @@ tests:
environment: test
bundesland: sh
bezeichner: helm
sso:
serverUrl: https://sso.company.local
asserts:
- contains:
path: spec.template.spec.imagePullSecrets
......@@ -45,6 +47,8 @@ tests:
environment: test
bundesland: sh
bezeichner: helm
sso:
serverUrl: https://sso.company.local
imagePullSecret: custom-image-pull-secret
asserts:
- contains:
......
......@@ -34,6 +34,8 @@ tests:
environment: test
bundesland: sh
bezeichner: helm
sso:
serverUrl: https://sso.company.local
resources: { "test": 1 }
asserts:
- equal:
......
......@@ -35,6 +35,8 @@ tests:
environment: test
bundesland: sh
bezeichner: helm
sso:
serverUrl: https://sso.company.local
env.overrideSpringProfiles: oc,dev,ea
asserts:
- isKind:
......@@ -50,6 +52,8 @@ tests:
environment: test
bundesland: sh
bezeichner: helm
sso:
serverUrl: https://sso.company.local
asserts:
- isKind:
of: Deployment
......
......@@ -36,6 +36,8 @@ tests:
environment: test
bundesland: sh
bezeichner: helm
sso:
serverUrl: https://sso.company.local
asserts:
- isKind:
of: Deployment
......@@ -53,6 +55,8 @@ tests:
environment: test
bundesland: sh
bezeichner: helm
sso:
serverUrl: https://sso.company.local
asserts:
- equal:
path: spec.progressDeadlineSeconds
......@@ -86,6 +90,8 @@ tests:
environment: test
bundesland: sh
bezeichner: helm
sso:
serverUrl: https://sso.company.local
asserts:
- equal:
path: spec.template.metadata.labels["app.kubernetes.io/instance"]
......@@ -130,6 +136,8 @@ tests:
environment: test
bundesland: sh
bezeichner: helm
sso:
serverUrl: https://sso.company.local
asserts:
- equal:
path: spec.template.spec.containers[0].name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment