
ojob ojob.io/kube/genSecret name=mysecret file=secrets.yaml namespace=default
Generates a kubernetes generic secret, based on a file, to be applied on a namespace
| Name | Description |
|---|---|
| name | The secret name |
| file | The secret file |
| namespace | The kubernetes namespace where the secret should be applied |