Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
helmcharts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
varac-projects
helmcharts
Commits
2399a2db
Verified
Commit
2399a2db
authored
Nov 22, 2022
by
Varac
Browse files
Options
Downloads
Patches
Plain Diff
helm lint
parent
e5ce1135
No related branches found
No related tags found
No related merge requests found
Pipeline
#117699
passed
Nov 29, 2022
Stage: test
Stage: package
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
personal-gitlab-exporter/templates/deployment.yaml
+3
-1
3 additions, 1 deletion
personal-gitlab-exporter/templates/deployment.yaml
with
3 additions
and
1 deletion
personal-gitlab-exporter/templates/deployment.yaml
+
3
−
1
View file @
2399a2db
...
...
@@ -3,7 +3,9 @@ kind: Deployment
metadata
:
name
:
{{
include "personal-gitlab-exporter.fullname" .
}}
labels
:
{{
include "personal-gitlab-exporter.labels" . | indent 4
}}
{{
- if .Values.labels
}}
{{
include "personal-gitlab-exporter.labels" . | indent 2
}}
{{
- end
}}
spec
:
replicas
:
{{
.Values.replicaCount
}}
selector
:
...
...
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