Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Demchuk <[email protected]>
  • Loading branch information
NikolayDemchuk committed Apr 23, 2024
1 parent 69afa97 commit 092914c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/ensure_ns.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

def main(ctx: hook.Context):
# Manipulate kubernetes state
ns = {"kind": "Namespace", "apiVersion": "v1", "metadata": {"name": ctx.values['operatorCeph']['namespace']}}
ns = {"kind": "Namespace", "apiVersion": "v1", "metadata": {"name": ctx.values['sds-elastic']['namespace']}}
ctx.kubernetes.create_if_not_exists(ns)


Expand Down

0 comments on commit 092914c

Please sign in to comment.