How to reapply traefik install in existing cluster? #798
-
I have accidentially deleted the traefik deployment. How can I recreate it? I tried changing traefik_values, but the deployment object still is not created after terraform apply. Any ideas? |
Beta Was this translation helpful? Give feedback.
Answered by
mysticaltech
May 14, 2023
Replies: 1 comment 2 replies
-
@jeff1985 You need to delete the helm chart and apply again. Grab it with |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
jeff1985
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@jeff1985 You need to delete the helm chart and apply again. Grab it with
kubectl get helmchart -A
to find the exact name, and then dump it with -o yaml, then delete and apply again (all with kubectl).