Skip to content

Commit

Permalink
fix: Update kubernetes_render.k 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 75e663a commit c63dc83
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 @@ -10,6 +10,7 @@ kubernetesRender = lambda a: app.App {
kind = "Deployment"
metadata.name = a.name
metadata.labels = a.labels
metadata.namespace = "default"
spec = {
replicas = a.replicas
selector.matchLabels = a.labels
Expand Down

0 comments on commit c63dc83

Please sign in to comment.