mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-04-30 02:03:20 +00:00
Fix subject-verb agreement
Co-authored-by: Sunil Singh <sunil.singh@suse.com>
This commit is contained in:
@@ -89,7 +89,7 @@ When creating a secret in a project scope, the secret is copied into all namespa
|
||||
|
||||
### Creating a Project Scoped Secret with kubectl
|
||||
|
||||
Project scoped secrets works by creating the original secret on the management cluster in what's known as the "Project Backing Namespace". Rancher stores important project related information in this namespace. You can find it in the `status.backingNamespace` field in the project CRD, or by doing `kubectl get projects -A` in the management cluster.
|
||||
Project scoped secrets work by creating the original secret on the management cluster in what's known as the "Project Backing Namespace". Rancher stores important project related information in this namespace. You can find it in the `status.backingNamespace` field in the project CRD, or by doing `kubectl get projects -A` in the management cluster.
|
||||
|
||||
In order for the secret to be acknowledged by Rancher as a project scoped secret, it also needs the label `management.cattle.io/project-scoped-secret: <projectID>`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user