Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xta-test-server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
lib
xta-test-server
Commits
425002a7
Commit
425002a7
authored
5 months ago
by
Martin
Browse files
Options
Downloads
Patches
Plain Diff
OZG-7121 mount temp directory
parent
518d9c85
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!3
Resolve "xta-test-server helm-chart mit Deployment und Keystore-Secrets/Certificate-Resources"
Pipeline
#1155
failed
5 months ago
Stage: build
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/helm/templates/deployment.yaml
+4
-0
4 additions, 0 deletions
src/main/helm/templates/deployment.yaml
src/test/helm/deployment_volumes_test.yaml
+26
-0
26 additions, 0 deletions
src/test/helm/deployment_volumes_test.yaml
with
30 additions
and
0 deletions
src/main/helm/templates/deployment.yaml
+
4
−
0
View file @
425002a7
...
...
@@ -117,6 +117,8 @@ spec:
terminationMessagePolicy
:
File
tty
:
true
volumeMounts
:
-
name
:
temp-dir
mountPath
:
"
/tmp"
-
name
:
bindings
mountPath
:
"
/bindings/ca-certificates/type"
subPath
:
type
...
...
@@ -127,6 +129,8 @@ spec:
readOnly
:
true
volumes
:
-
name
:
temp-dir
emptyDir
:
{}
-
name
:
bindings
configMap
:
name
:
xta-test-server-bindings-type
...
...
This diff is collapsed.
Click to expand it.
src/test/helm/deployment_volumes_test.yaml
0 → 100644
+
26
−
0
View file @
425002a7
suite
:
deployment volumes test
templates
:
-
templates/deployment.yaml
release
:
name
:
helm-test
namespace
:
ns-helm-test
set
:
ozgcloud
:
environment
:
test
imagePullSecret
:
image-pull-secret
tests
:
-
it
:
should have temp-dir volume
asserts
:
-
contains
:
path
:
spec.template.spec.containers[0].volumeMounts
content
:
name
:
temp-dir
mountPath
:
"
/tmp"
-
it
:
should have temp-dir volume mount
asserts
:
-
contains
:
path
:
spec.template.spec.volumes
content
:
name
:
temp-dir
emptyDir
:
{}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment