Fix subject-verb agreement

Co-authored-by: Sunil Singh <sunil.singh@suse.com>
This commit is contained in:
Billy Tat
2025-07-21 12:08:53 -07:00
committed by GitHub
parent 6b80c97ed2
commit c6aad168f0
2 changed files with 2 additions and 2 deletions
@@ -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>`.