Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nginx
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
Service Desk
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
HCDC
Kubernetes
Helm Charts
nginx
Commits
99035e42
Verified
Commit
99035e42
authored
9 months ago
by
Philipp S. Sommer
Browse files
Options
Downloads
Patches
Plain Diff
update skeleton
implements
hcdc/software-templates/helm-chart-template!45
parent
8cb5358c
No related branches found
No related tags found
1 merge request
!19
update skeleton
Pipeline
#390999
passed
9 months ago
Stage: lint
Stage: build
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.cruft.json
+1
-1
1 addition, 1 deletion
.cruft.json
templates/nginx/buildconfig.yaml
+7
-1
7 additions, 1 deletion
templates/nginx/buildconfig.yaml
values.yaml
+3
-0
3 additions, 0 deletions
values.yaml
with
11 additions
and
2 deletions
.cruft.json
+
1
−
1
View file @
99035e42
{
"template"
:
"https://codebase.helmholtz.cloud/hcdc/software-templates/helm-chart-template.git"
,
"commit"
:
"
21cf55055a0360ebbbfd588c2155ecf2a4712b18
"
,
"commit"
:
"
f639506e5c992f1f5a84733510635a5ad2a25531
"
,
"checkout"
:
null
,
"context"
:
{
"cookiecutter"
:
{
...
...
This diff is collapsed.
Click to expand it.
templates/nginx/buildconfig.yaml
+
7
−
1
View file @
99035e42
...
...
@@ -29,7 +29,13 @@ spec:
{{
- end
}}
sourceSecret
:
name
:
k8sgitlab{{- if eq $stage "staging" }}
{{
- if $.Values.buildSource.gitlabSourceSecret
}}
name
:
{{
$.Values.buildSource.gitlabSourceSecret | quote
}}
{{
- else
}}
name
:
{{
$.Values.global.buildSource.gitlabSourceSecret | quote
}}
{{
- end
}}
{{
- if eq $stage "staging"
}}
contextDir
:
{{
$.Values.contextDir | quote
}}
{{
- if $.Values.dockerfilePath
}}
dockerfilePath
:
{{
$.Values.dockerfilePath | quote
}}
...
...
This diff is collapsed.
Click to expand it.
values.yaml
+
3
−
0
View file @
99035e42
...
...
@@ -10,6 +10,8 @@ global:
gitlabProject
:
null
# a branch or tag to build from. defaults to the default branch (i.e. main)
gitlabRef
:
null
# the secret with the private key to access the project on gitlab
gitlabSourceSecret
:
k8sgitlab
# cluster where this chart should be deployed
openshiftCluster
:
null
manualDeployKey
:
false
...
...
@@ -22,6 +24,7 @@ buildSource:
gitlabHost
:
null
gitlabProject
:
null
gitlabRef
:
null
gitlabSourceSecret
:
null
# command is the command that the docker container shall run (has to be a list)
command
:
null
...
...
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