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 16, 2024
1 parent 3069e74 commit 38e1c86
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: '{{ default "default" .NAMESPACE}}'
port: 80
localPort: 8000

Expand Down

0 comments on commit 38e1c86

Please sign in to comment.