UNCLASSIFIED

Commit 8070b467 authored by Kavitha Thulasiraman's avatar Kavitha Thulasiraman
Browse files

add changelog

parent 86804304
Pipeline #408000 failed with stages
in 7 seconds
......@@ -12,3 +12,15 @@ 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 }}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment