Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Reference and Helper Services
CRS Catalog
Commits
376db5e6
Commit
376db5e6
authored
Aug 26, 2021
by
Armen Gasparyan (EPAM)
Browse files
fixed quotes issue for rollme annotation
parent
39c079e1
Pipeline
#61064
failed with stage
in 10 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
devops/gcp/deploy/templates/deployment.yaml
View file @
376db5e6
...
...
@@ -15,7 +15,7 @@ spec:
labels
:
app
:
"
{{
.Values.conf.app_name
}}"
annotations
:
rollme
:
"
{{
randAlphaNum
5
|
quote
}}
"
rollme
:
{{
randAlphaNum 5 | quote
}}
spec
:
containers
:
-
name
:
"
{{
.Values.conf.app_name
}}"
...
...
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