Merge pull request #15842 from ashley-cui/seclabels

Add labels to secrets
This commit is contained in:
OpenShift Merge Robot
2022-09-21 13:15:28 +02:00
committed by GitHub
12 changed files with 103 additions and 15 deletions

View File

@ -26,16 +26,20 @@ Specify the secret driver (default **file**, which is unencrypted).
#### **--driver-opts**=*key1=val1,key2=val2*
Specify driver specific options
Specify driver specific options.
#### **--env**=*false*
Read secret data from environment variable
Read secret data from environment variable.
#### **--help**
Print usage statement.
#### **--label**, **-l**=*key=val1,key2=val2*
Add label to secret. These labels can be viewed in podman secrete inspect or ls.
## EXAMPLES
```