We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This happens when I add PVC related configurations to my configuration file.
The configuration file is as follows:
apiVersion: mysql.presslabs.org/v1alpha1 kind: MysqlCluster metadata: name: my-cluster spec: replicas: 2 secretName: my-secret volumeSpec: persistentVolumeClaim: storageClassName: csi-s3 accessModes: [ "ReadWriteMany" ] resources: requests: storage: 1Gi
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This happens when I add PVC related configurations to my configuration file.
The configuration file is as follows:
apiVersion: mysql.presslabs.org/v1alpha1
kind: MysqlCluster
metadata:
name: my-cluster
spec:
replicas: 2
secretName: my-secret
volumeSpec:
persistentVolumeClaim:
storageClassName: csi-s3
accessModes: [ "ReadWriteMany" ]
resources:
requests:
storage: 1Gi
The text was updated successfully, but these errors were encountered: