Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
user-manager
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
app
user-manager
Commits
0b054e41
Commit
0b054e41
authored
2 years ago
by
OZGCloud
Browse files
Options
Downloads
Patches
Plain Diff
OZG-3276 OZG-3318 mount secret
parent
58ab50d6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/helm/templates/deployment.yaml
+13
-0
13 additions, 0 deletions
src/main/helm/templates/deployment.yaml
src/test/helm/deplyoment_cert_bindings.yaml
+61
-0
61 additions, 0 deletions
src/test/helm/deplyoment_cert_bindings.yaml
with
74 additions
and
0 deletions
src/main/helm/templates/deployment.yaml
+
13
−
0
View file @
0b054e41
...
@@ -128,6 +128,19 @@ spec:
...
@@ -128,6 +128,19 @@ spec:
terminationMessagePath
:
/dev/termination-log
terminationMessagePath
:
/dev/termination-log
terminationMessagePolicy
:
File
terminationMessagePolicy
:
File
tty
:
true
tty
:
true
volumeMounts
:
-
name
:
user-manager-crt
mountPath
:
"
/user-manager-tls-ca/tls.crt"
subPath
:
tls.crt
readOnly
:
true
-
name
:
user-manager-key
mountPath
:
"
/user-manager-tls-ca/tls.key"
subPath
:
tls.key
readOnly
:
true
volumes
:
-
name
:
user-manager-tls-ca
secret
:
secretName
:
kiel-user-manager-tls
dnsConfig
:
{}
dnsConfig
:
{}
dnsPolicy
:
ClusterFirst
dnsPolicy
:
ClusterFirst
imagePullSecrets
:
imagePullSecrets
:
...
...
This diff is collapsed.
Click to expand it.
src/test/helm/deplyoment_cert_bindings.yaml
0 → 100644
+
61
−
0
View file @
0b054e41
#
# Copyright (C) 2022 Das Land Schleswig-Holstein vertreten durch den
# Ministerpräsidenten des Landes Schleswig-Holstein
# Staatskanzlei
# Abteilung Digitalisierung und zentrales IT-Management der Landesregierung
#
# Lizenziert unter der EUPL, Version 1.2 oder - sobald
# diese von der Europäischen Kommission genehmigt wurden -
# Folgeversionen der EUPL ("Lizenz");
# Sie dürfen dieses Werk ausschließlich gemäß
# dieser Lizenz nutzen.
# Eine Kopie der Lizenz finden Sie hier:
#
# https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
#
# Sofern nicht durch anwendbare Rechtsvorschriften
# gefordert oder in schriftlicher Form vereinbart, wird
# die unter der Lizenz verbreitete Software "so wie sie
# ist", OHNE JEGLICHE GEWÄHRLEISTUNG ODER BEDINGUNGEN -
# ausdrücklich oder stillschweigend - verbreitet.
# Die sprachspezifischen Genehmigungen und Beschränkungen
# unter der Lizenz sind dem Lizenztext zu entnehmen.
#
suite
:
deployment cert bindings
release
:
name
:
user-manager
namespace
:
user-manager
templates
:
-
templates/deployment.yaml
tests
:
-
it
:
should mount volumes for user-manager root ca
set
:
kop.environment
:
dev
asserts
:
-
contains
:
path
:
spec.template.spec.containers[0].volumeMounts
content
:
name
:
user-manager-crt
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
mountPath
:
"
/user-manager-tls-ca/tls.key"
subPath
:
tls.key
readOnly
:
true
-
it
:
should have volumes for user-manager root certificate
template
:
deployment.yaml
set
:
elasticsearch.enabled
:
true
asserts
:
-
contains
:
path
:
spec.jobTemplate.spec.template.spec.volumes
content
:
name
:
user-manager-root-ca
secret
:
secretName
:
kiel-user-manager-tls
\ 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