Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
bf88bded
Commit
bf88bded
authored
Jan 23, 2020
by
Dominik Hebeler
Browse files
reverted initcontainers
parent
00d1ea6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
chart/templates/deployment.yaml
View file @
bf88bded
...
...
@@ -41,17 +41,6 @@ spec:
-
name
:
mgcache-persistent-storage
persistentVolumeClaim
:
claimName
:
mgcache
initContainers
:
-
name
:
init-chmod
image
:
busybox:latest
command
:
[
'
sh'
,
"
-c"
,
"
chown
-R
0:101
/logs
/cache
&&
chmod
-R
g+w
/logs
/cache"
]
volumeMounts
:
-
name
:
mglogs-persistent-storage
mountPath
:
/logs
readOnly
:
false
-
name
:
mgcache-persistent-storage
mountPath
:
/cache
readOnly
:
false
containers
:
-
name
:
{{
.Chart.Name
}}
image
:
"
{{
.Values.image.repository
}}:{{
.Values.image.tag
}}"
...
...
Write
Preview
Markdown
is supported
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