Skip to content

Commit f9ec2ac

Browse files
Merge pull request #797 from ofir-run-ai/label-secret-cluster-wide
Adding necessary secret label to enable cluster-wide secret
2 parents 6ab76d3 + 33eecad commit f9ec2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/admin/admin-ui-setup/credentials-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ creation tool to create a pre-existing secret for the credential. You must `labe
2222
The following command makes the secret available to all projects in the cluster.
2323

2424
```console
25-
kubectl label secret -n runai <SECRET_NAME> run.ai/cluster-wide-credentials=true
25+
kubectl label secret -n runai <SECRET_NAME> run.ai/resource=<credential_type> run.ai/cluster-wide-credentials=true
2626
```
2727

2828
The following command makes the secret available to the entire scope of a department.

0 commit comments

Comments
 (0)