Skip to content

Commit

Permalink
fixed Srdjan's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrandl committed Aug 7, 2023
1 parent a9919fe commit 82e5fbd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions internal/impl/kube.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,9 @@ type KubeConfig struct {
// Image, so Image should not already contain a tag.
Image string

// Namespace is the name of the namespace where the application should be deployed.
// If not specified, the application will be deployed in the default namespace.
// Namespace is the name of the Kubernetes namespace where the application
// should be deployed. If not specified, the application will be deployed in
// the default namespace.
Namespace string

// Options for the application listeners, keyed by listener name.
Expand Down

0 comments on commit 82e5fbd

Please sign in to comment.