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
volumeMounts
Using kubeval --strict still passes malformed StatefulSet (volumeMount item containing emptyDir key).
kubeval --strict
volumeMount
emptyDir
Helm install will fail with the following error:
ValidationError(StatefulSet.spec.template.spec.containers[1].volumeMounts[5]): missing required field "mountPath" in io.k8s.api.core.v1.VolumeMount]
Simplified example:
apiVersion: apps/v1 kind: StatefulSet spec: template: spec: containers: volumeMounts: - name: socket emptyDir: {} - name: log-buffer emptyDir: {}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using
kubeval --strict
still passes malformed StatefulSet (volumeMount
item containingemptyDir
key).Helm install will fail with the following error:
Simplified example:
The text was updated successfully, but these errors were encountered: