version |
---|
v1.8.0 |
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.