UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
Big Bang
P
Packages
Security Tools
Twistlock
Commits
6a2ffd9b
Commit
6a2ffd9b
authored
Aug 05, 2021
by
Kavitha Thulasiraman
Browse files
remote host path mount and volume
parent
442be9bb
Pipeline
#407987
failed with stages
in 2 minutes and 42 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
16 deletions
+1
-16
chart/templates/console/pvc.yaml
chart/templates/console/pvc.yaml
+0
-12
chart/values.yaml
chart/values.yaml
+1
-3
tests/test-values.yml
tests/test-values.yml
+0
-1
No files found.
chart/templates/console/pvc.yaml
View file @
6a2ffd9b
...
...
@@ -12,15 +12,3 @@ spec:
storage
:
{{
.Values.console.persistence.size
}}
---
---
kind
:
PersistentVolumeClaim
apiVersion
:
v1
metadata
:
name
:
syslog-socket
namespace
:
{{
.Release.Namespace
}}
spec
:
accessModes
:
-
{{
.Values.console.syslogPersistence.accessMode
}}
resources
:
requests
:
storage
:
{{
.Values.console.syslogPersistence.size
}}
chart/values.yaml
View file @
6a2ffd9b
...
...
@@ -33,9 +33,7 @@ console:
persistence
:
size
:
100Gi
accessMode
:
ReadWriteOnce
syslogPersistence
:
size
:
100Gi
accessMode
:
ReadWriteOnce
affinity
:
{}
...
...
tests/test-values.yml
View file @
6a2ffd9b
...
...
@@ -11,7 +11,6 @@ console:
persistence
:
size
:
5Gi
bbtests
:
enabled
:
true
cypress
:
...
...
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