kameshsampath/Knative Client Service
Creating Knative Services using kn
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| service_name | The Knative Service Name | yes | — |
| service_namespace | The Kubernetes Namespace to deploy to | no | default |
| service_operation | The Knative Service Operation | no | create |
| container_image | The Knative Serivce Image | yes | — |
| service_params | The extra parameter to pass to service | no | — |
| private_registry | Whether the image is pushed to private registry | no | yes |
| registry_user | The registry user to use to create image pull secret | no | — |
| registry_password | The registry user credentials | no | — |
Outputs
| name | description |
|---|---|
| service_url | The Knative Service URL |