-
delete Tyk operator via
helm uninstall tyk-operator-controller-manager-* -n <namespace>(necessary per 0.14.* release notes) - delete
cert-manager-webhook-casecret in the namespace where cert-manager is installed (usually, cert-manager is installed incert-managernamespace) (cert-manager will recreate this secret.) -
kubectl get secrets -n cert-managerNAME TYPE DATA AGEcert-manager-webhook-ca Opaque 3 56dkubectl delete secret cert-manager-webhook-ca -n cert-manager - Re-install tyk operator (do not forget to set the image tag to v0.14.2 while installing Operator)
helm install tyk-operator tyk-helm/tyk-operator -n tyk-operator-system --set image.tag=v0.14.2
Comments
0 comments
Please sign in to leave a comment.