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
518d9c85
Commit
518d9c85
authored
6 months ago
by
Martin
Browse files
Options
Downloads
Patches
Plain Diff
OZG-7121 add configmap
parent
4bddbeb9
Loading
Loading
1 merge request
!3
Resolve "xta-test-server helm-chart mit Deployment und Keystore-Secrets/Certificate-Resources"
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/helm/templates/configmap.yaml
+8
-0
8 additions, 0 deletions
src/main/helm/templates/configmap.yaml
src/test/helm/configmap_test.yaml
+31
-0
31 additions, 0 deletions
src/test/helm/configmap_test.yaml
with
39 additions
and
0 deletions
src/main/helm/templates/configmap.yaml
0 → 100644
+
8
−
0
View file @
518d9c85
apiVersion
:
v1
kind
:
ConfigMap
metadata
:
name
:
{{
.Release.Name
}}
-bindings-type
namespace
:
{{
include "app.namespace" .
}}
data
:
type
:
|
ca-certificates
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/test/helm/configmap_test.yaml
0 → 100644
+
31
−
0
View file @
518d9c85
suite
:
configmap test
templates
:
-
templates/configmap.yaml
release
:
name
:
release-name
namespace
:
helm-test
tests
:
-
it
:
should have apiVersion
asserts
:
-
isAPIVersion
:
of
:
v1
-
it
:
should have kind
asserts
:
-
isKind
:
of
:
ConfigMap
-
it
:
should have metadata
asserts
:
-
equal
:
path
:
metadata.name
value
:
release-name-bindings-type
-
equal
:
path
:
metadata.namespace
value
:
helm-test
-
it
:
should have data
asserts
:
-
equal
:
path
:
data.type
value
:
ca-certificates
\ 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