Welcome to the Linux Foundation Forum!

[Lab4.1] wordpress won't install

Hello,
When I try to install Wordpress, I get the following error message:

$ helm install my-release bitnami/wordpress
Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: error validating "": error validating data: ValidationError(Deployment.spec.template.spec.securityContext): unknown field "seccompProfile" in io.k8s.api.core.v1.PodSecurityContext

Would you know what could have gone wrong? A version maybe

Comments

  • Pulling the chart and commenting these lines in the values.yaml file

      seccompProfile:
        type: "RuntimeDefault"
    

    seems to fix the issue

Categories

Upcoming Training