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
8070b467
Commit
8070b467
authored
Aug 05, 2021
by
Kavitha Thulasiraman
Browse files
add changelog
parent
86804304
Pipeline
#408000
failed with stages
in 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
chart/templates/console/pvc.yaml
chart/templates/console/pvc.yaml
+12
-0
No files found.
chart/templates/console/pvc.yaml
View file @
8070b467
...
@@ -12,3 +12,15 @@ spec:
...
@@ -12,3 +12,15 @@ spec:
storage
:
{{
.Values.console.persistence.size
}}
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
}}
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