github.com/pachyderm/pachyderm@v1.13.4/doc/docs/master/reference/pachctl/pachctl_create_secret.md (about) 1 ## pachctl create secret 2 3 Create a secret on the cluster. 4 5 ### Synopsis 6 7 Create a secret on the cluster. 8 9 ``` 10 pachctl create secret [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 -f, --file string File containing Kubernetes secret. 17 -h, --help help for secret 18 ``` 19 20 ### Options inherited from parent commands 21 22 ``` 23 --no-color Turn off colors. 24 -v, --verbose Output verbose logs 25 ``` 26