Skip to content

Commit

Permalink
fix: Update kubernetes_render.k and add namespace "default"
Browse files Browse the repository at this point in the history
  • Loading branch information
zong-zhe authored Feb 6, 2024
1 parent 9b1f267 commit 75e663a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes_render.k
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ kubernetesRender = lambda a: app.App {
kind = "Service"
metadata.name = a.name
metadata.labels = a.labels
metadata.namespace = "default"
spec = {
type = a.service?.$type
selector = a.labels
Expand Down

0 comments on commit 75e663a

Please sign in to comment.