Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Add Endpoints back into the cert-manager RBAC policy **What this PR does / why we need it**: Adds permission to CRUD Endpoints resources back into the cert-manager RBAC role. This is to prevent deployments using the 'master' version of the Helm chart failing when deploying a pre-0.3 (unreleased) release of cert-manager. We will remove this in 0.4. This is in order to reduce friction for new users if they forget/decide not to use a tagged release of the Helm chart. **Release note**: ```release-note NONE ``` /cc @davecheney @mikebryant |
||
|---|---|---|
| .. | ||
| rbac | ||
| without-rbac | ||
| README.md | ||
Deployment files
This directory contains example deployment manifests for cert-manager that can be used in place of the official Helm chart.
This is useful if you are deploying cert-manager into an environment without Helm, or want to inspect a 'bare minimum' deployment.
Where do these come from?
The manifests in these subdirectories are generated from the Helm chart
automatically. The values.yaml files used to configure cert-manager can be
found in hack/deploy.
They are automatically generated by running ./hack/update-deploy-gen.sh.