pxdio/Kubernetes Deploy Action
A GitHub Action for deploying a Kubernetes application to an internal Parallax Digital cluster.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| event | The event that triggered the workflow. | yes | ${{ github.event_name }} |
| configuration | The Kubernetes configuration containing all contexts to deploy to. | no | — |
| clusters | The clusters to deploy to. | no | — |
| resources | The path to the resources to deploy. | yes | — |
| namespace | The Kubernetes namespace to deploy to. | yes | ${{ github.event.repository.name }}-${{ github.event.deployment.environment }} |
Outputs
no outputs