sendinblue/K8S Deploy Action
Configures secrets and performs deployment to Kubernetes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| resource-directory | Location of the Kubernetes deployment resources | yes | — |
| kube-config-data | Content of the .kube/config file | no | "" |
| images | Images to deploy | no | — |
| secrets-name | Name of the Secret resource | no | secrets |
| secrets-from-files | Secrets from files to set (e.g. for multi-line secrets) | no | — |
| secrets | Literal secrets to set | no | — |
| configmap-name | Name of the configmap | no | configmap |
| configmap | Literals of configmap to set | no | — |
| configmap-from-files | Configmap from files or folder to set (e.g. for volume mapping) | no | — |
| dry-run | Strategy passed to kubectl apply. Must be "none", "server", or "client". | no | none |
| kubectl-params | Additional parameters to pass to "kubectl apply" | no | "" |
| show-differences | Differences between the current "live" object using "kubcetl diff" | no | "" |
Outputs
no outputs