Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
J. Fernando Sánchez
test-flask
Commits
03c3389a
Commit
03c3389a
authored
May 07, 2020
by
J. Fernando Sánchez
Browse files
add gitlab annotations to pods
parent
19ee4322
Pipeline
#1969
passed with stages
in 2 minutes and 6 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
chart/templates/deployment.yaml
View file @
03c3389a
...
@@ -16,6 +16,9 @@ spec:
...
@@ -16,6 +16,9 @@ spec:
metadata
:
metadata
:
labels
:
labels
:
{{
- include "chart.selectorLabels" . | nindent 8
}}
{{
- include "chart.selectorLabels" . | nindent 8
}}
annotations
:
{{
if .Values.gitlab.app
}}
app.gitlab.com/app
:
{{
.Values.gitlab.app | quote
}}{{
end
}}
{{
if .Values.gitlab.env
}}
app.gitlab.com/env
:
{{
.Values.gitlab.env | quote
}}{{
end
}}
spec
:
spec
:
imagePullSecrets
:
imagePullSecrets
:
{{
toYaml .Values.image.secrets | indent 10
}}
{{
toYaml .Values.image.secrets | indent 10
}}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment