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
d812409c
Commit
d812409c
authored
Aug 27, 2021
by
Oleksandr Kosse (EPAM)
Browse files
Merge branch 'GONRG-2485-fix' into 'master'
Fixed quotes issue for rollme annotation See merge request
!62
parents
39c079e1
376db5e6
Pipeline
#61437
failed with stages
in 21 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
devops/gcp/deploy/templates/deployment.yaml
View file @
d812409c
...
...
@@ -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