Skip to content

Commit

Permalink
Remove kubeconfig setup
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Aug 1, 2024
1 parent 7a78528 commit 15c91eb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,4 @@

from django.core.management import execute_from_command_line

# Need to setup GKE if running migrations
if sys.argv[1] == "migrate":
import kubernetes

kubernetes.config.load_kube_config("/home/runner/.kube/config")

execute_from_command_line(sys.argv)

0 comments on commit 15c91eb

Please sign in to comment.