Hello. I was wondering if someone has encounter th...
# kubernetes
d
Hello. I was wondering if someone has encounter this issue? I followed the step to ignore or force apply but the issue still persists
Copy code
pulumi:pulumi:Stack (dev-aks-dev):
    error: preview failed

  kubernetes:admissionregistration.k8s.io/v1:MutatingWebhookConfiguration (akv2k8s:akv2k8s/akv2k8s-envinjector):
    error: Preview failed: 1 error occurred:
        * the Kubernetes API server reported that "akv2k8s-envinjector" failed to fully initialize or become live: Server-Side Apply field conflict detected. See <https://www.pulumi.com/registry/packages/kubernetes/how-to-guides/managing-resources-with-server-side-apply/#handle-field-conflicts-on-existing-resources> for troubleshooting help.
    The resource managed by field manager "pulumi-kubernetes-76f53175" had an apply conflict: Apply failed with 1 conflict: conflict with "admissionsenforcer" using admissionregistration.k8s.io/v1: .webhooks[name="pods.env-injector.admission.spv.no"].namespaceSelector

Pulumi attempts to apply changes to the Kubernetes resource MutatingWebhookConfiguration named akv2k8s-envinjector. Specifically, the conflict is with a field managed by another field manager called admissionsenforcer
h
d
yes
I used helm release instead and its working fine. Thanks @hallowed-photographer-31251