Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
alfa
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
alfa
Commits
e39f33db
Commit
e39f33db
authored
5 months ago
by
Stefan Voshage
Browse files
Options
Downloads
Patches
Plain Diff
Dataport: Anpassung der Helm-Charts gemäß den Kyverno
Enttfernen der Änderungen im Alfa Helm-Test
parent
fde717e9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/test/helm/deployment_service_account_test.yaml
+0
-61
0 additions, 61 deletions
src/test/helm/deployment_service_account_test.yaml
with
0 additions
and
61 deletions
src/test/helm/deployment_service_account_test.yaml
deleted
100644 → 0
+
0
−
61
View file @
fde717e9
#
# 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 service account
release
:
name
:
alfa
namespace
:
sh-helm-test
templates
:
-
templates/deployment.yaml
set
:
baseUrl
:
test.company.local
ozgcloud
:
environment
:
test
bundesland
:
sh
bezeichner
:
helm
sso
:
serverUrl
:
https://sso.company.local
imagePullSecret
:
image-pull-secret
tests
:
-
it
:
should use service account with default name
set
:
serviceAccount
:
create
:
true
asserts
:
-
equal
:
path
:
spec.template.spec.serviceAccountName
value
:
alfa-service-account
-
it
:
should use service account with name
set
:
serviceAccount
:
create
:
true
name
:
helm-service-account
asserts
:
-
equal
:
path
:
spec.template.spec.serviceAccountName
value
:
helm-service-account
-
it
:
should use default service account
asserts
:
-
isNull
:
path
:
spec.template.spec.serviceAccountName
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