Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 361 Bytes

create.md

File metadata and controls

27 lines (18 loc) · 361 Bytes
version
v1.8.0

Create namespaces

You can define namespaces to be used in your cluster. If they don't exist, Helmsman will create them for you.

#...

[namespaces]
[namespaces.staging]
[namespaces.production]

#...
namespaces:
  staging:
  production:

The example above will create two namespaces; staging and production.