Skip to content

Commit

Permalink
namespace debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
keegansmith21 committed Jul 4, 2024
1 parent 0b45c25 commit e07f73b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions observatory_platform/google/gke.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ def gke_create_volume(*, kubernetes_conn_id: str, volume_name: str, size_gi: int

# Create PersistentVolumeClaim
namespace = hook.get_namespace()
namespace = "coki-astro"
print("HOOK: {hook}")
pvc = client.V1PersistentVolumeClaim(
api_version="v1",
kind="PersistentVolumeClaim",
Expand Down

0 comments on commit e07f73b

Please sign in to comment.