Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 743 Bytes

protection.md

File metadata and controls

32 lines (21 loc) · 743 Bytes
version
v1.8.0

Protecting namespaces

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

You can also define certain namespaces to be protected using the protected field. Please check this doc for details about what protection means and the difference between namespace-level and release-level protection.

#...

[namespaces]
[namespaces.staging]
[namespaces.production]
  protected = true

#...
namespaces:
  staging:
  production:
    protected: true

The example above will create two namespaces; staging and production. Where Helmsman sees the production namespace as a protected namespace.