-
delete Tyk operator via
helm uninstall tyk-operator-controller-manager-* -n <namespace>
(necessary per 0.14.* release notes) - delete
cert-manager-webhook-ca
secret in the namespace where cert-manager is installed (usually, cert-manager is installed incert-manager
namespace) (cert-manager will recreate this secret.) -
kubectl get secrets -n cert-manager
NAME TYPE DATA AGE
cert-manager-webhook-ca Opaque 3 56d
kubectl 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.