Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xta-adapter
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
app
eingang
xta-adapter
Commits
e783b211
Commit
e783b211
authored
2 months ago
by
Lukas Malte Monnerjahn
Browse files
Options
Downloads
Patches
Plain Diff
xta-keystore secret config
parent
ae756b1f
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!2
OZG-7491 pipeline: Change version format
Pipeline
#1609
passed
2 months ago
Stage: publish
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/helm/templates/_helpers.tpl
+24
-0
24 additions, 0 deletions
src/main/helm/templates/_helpers.tpl
src/main/helm/templates/xta_root_ca_secret.yaml
+5
-3
5 additions, 3 deletions
src/main/helm/templates/xta_root_ca_secret.yaml
with
29 additions
and
3 deletions
src/main/helm/templates/_helpers.tpl
+
24
−
0
View file @
e783b211
#
# Copyright (C) 2023 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.
#
{
{
/*
vim
:
set
filetype
=
mustache
:
*/
}
}
{
{
/*
vim
:
set
filetype
=
mustache
:
*/
}
}
{
{
/*
error
check
63
chars
because
some
Kubernetes
name
fields
are
limited
to
this
(
by
the
DNS
naming
spec
)
*/
}
}
{
{
/*
error
check
63
chars
because
some
Kubernetes
name
fields
are
limited
to
this
(
by
the
DNS
naming
spec
)
*/
}
}
...
...
This diff is collapsed.
Click to expand it.
src/main/helm/templates/xta_root_ca_secret.yaml
+
5
−
3
View file @
e783b211
...
@@ -22,13 +22,15 @@
...
@@ -22,13 +22,15 @@
# unter der Lizenz sind dem Lizenztext zu entnehmen.
# unter der Lizenz sind dem Lizenztext zu entnehmen.
#
#
{{
- if (.Values.xta).
rootCa
}}
{{
- if (.Values.xta).
keystore
}}
apiVersion
:
v1
apiVersion
:
v1
kind
:
Secret
kind
:
Secret
metadata
:
metadata
:
name
:
xta-
root-ca
name
:
xta-
keystore
namespace
:
{{
include "app.namespace" .
}}
namespace
:
{{
include "app.namespace" .
}}
type
:
Opaque
type
:
Opaque
stringData
:
password
:
{{
.Values.xta.keystore.password
}}
data
:
data
:
ca.crt
:
{{
.Values.xta.
rootCa
}}
file
:
{{
.Values.xta.
keystore.file
}}
{{
- end
}}
{{
- end
}}
\ 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