Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Commit

Permalink
feat: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-karan committed Mar 16, 2020
1 parent ae4afbd commit 868b193
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ GLOBAL OPTIONS:

`kubekutr init --default`

Either of these options create a config file `kubekutr.sample.yml` in your current working directory. You can edit this file further to suit your needs and scaffold a project using this.
Either of these options create a config file `kubekutr.yml` in your current working directory. You can edit this file further to suit your needs and scaffold a project using this.

### Scaffold a new project

Expand Down
2 changes: 1 addition & 1 deletion cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

const (
defaultConfigName = "kubekutr.sample.yml"
defaultConfigName = "kubekutr.yml"
)

// InitProject initializes git repo and copies a sample config
Expand Down
5 changes: 3 additions & 2 deletions templates/config.sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ workloads:
- name: postgres
image: 'postgres:latest'
envSecret: postgres
portInt: 5432
portName: db-port
ports:
- name: app-port
port: 3000
envVars:
- name: POSTGRES_DB
value: sample
Expand Down

0 comments on commit 868b193

Please sign in to comment.