Cognigy / cognigy-live-agent-helm-chart

Kubernetes Helm Chart to deploy Cognigy Live Agent into modern cloud environments.
Other
2 stars 0 forks source link

when using 'local' storage the pvc 'live-agent' template doesn't support setting the storageclass #2

Open spielkind opened 2 years ago

spielkind commented 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 -}}
Nachox07 commented 2 years ago

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.