Skip to content

Installation

K8s 1.18.3

  • Chart: grafana-8.6.4.tgz
  • Image: 11.4.0

seccompProfile is not support on k8s 1.18.3

txt
Error: unable to build kubernetes objects from release manifest: error validating "":
error validating data: ValidationError(Deployment.spec.template.spec.containers[0].securityContext):
unknown field "seccompProfile" in io.k8s.api.core.v1.SecurityContext

Fix by Removing the securityContext.

yaml
securityContext:
  seccompProfile:
    type: RuntimeDefault