Open spielkind opened 2 years ago
Can't define storageclass for local pvc.
volume-claim-storage.yaml
{{- if eq .Values.storage.cloudProvider "none" -}} apiVersion: v1 kind: PersistentVolumeClaim metadata: name: live-agent spec: accessModes: - ReadWriteOnce resources: requests: storage: {{ .Values.storage.size }} {{- end -}}
Thanks for reporting this issue. It will be fixed on the upcoming releases of the Cognigy Live Agent Helm Chart. I will update the ticket then.
Can't define storageclass for local pvc.
volume-claim-storage.yaml