cert-manager/docs/deploy/rbac
jetstack-ci-bot 97ce5ca2b3
Merge pull request #329 from munnerz/default-cluster-namespace
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>.

Set default cluster resource namespace to current pod namespace

**What this PR does / why we need it**:

Changes the default cluster resource namespace from kube-system to the current namespace of the cert-manager deployment.

**Which issue this PR fixes**: fixes #103 

**Release note**:
```release-note
Supporting resources for ClusterIssuer's (e.g. signing CA certificates, or ACME account private keys) will now be stored in the same namespace as cert-manager, instead of kube-system in previous versions. Action required: you will need to ensure to properly manually migrate these referenced resources across into the deployment namespace of cert-manager, else cert-manager may not be able to find account private keys or signing CA certificates.
```

/cc @mikebryant
2018-02-23 19:56:21 +00:00
..
00-namespace.yaml Create a Namespace resource as part of the static manifest bundle 2018-02-23 09:13:06 +00:00
certificate-crd.yaml Add default shortNames to certificates CRD 2018-02-21 20:37:25 +01:00
clusterissuer-crd.yaml Run hack/update-deploy-gen.sh 2018-02-05 19:16:47 +00:00
deployment.yaml Merge pull request #329 from munnerz/default-cluster-namespace 2018-02-23 19:56:21 +00:00
issuer-crd.yaml Run hack/update-deploy-gen.sh 2018-02-05 19:16:47 +00:00
rbac.yaml Update default deployment namespace to be 'cert-manager' 2018-02-22 07:35:54 +00:00
serviceaccount.yaml Update default deployment namespace to be 'cert-manager' 2018-02-22 07:35:54 +00:00