Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
spielkind opened this issue Jun 21, 2022 · 1 comment

Comments

@spielkind
Copy link

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
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants