Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 727 Bytes

protection.md

File metadata and controls

31 lines (24 loc) · 727 Bytes
version
v1.8.0

Protecting apps (releases)

You can define apps 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.

Here is an example of a protected app:

[apps]

    [apps.jenkins]
    namespace = "staging"
    enabled = true
    chart = "jenkins/jenkins"
    version = "2.15.1"
    protected = true # defining this release to be protected.
apps:

  jenkins:
    namespace: "staging"
    enabled: true
    chart: "jenkins/jenkins"
    version: "2.15.1"
    protected: true # defining this release to be protected.