Skip to content

Commit

Permalink
skaffold set namespace correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Dec 15, 2024
1 parent 3069e74 commit 10812c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ deploy:
portForward:
- resourceType: service
resourceName: kubeai
namespace: default
namespace: "{{or .NAMESPACE \"default\"}}"
port: 80
localPort: 8000

Expand Down

0 comments on commit 10812c8

Please sign in to comment.