feat: initial commit — kubectl/configure, infisical/fetch-secret, helm/upgrade actions

This commit is contained in:
2026-05-20 18:32:57 -04:00
commit a8265aa6e0
28 changed files with 889 additions and 0 deletions
@@ -0,0 +1,23 @@
# Configure Kubectl
<!-- action-docs-description source="action.yml" -->
## Description
Configure kubectl for use with Kubernetes
<!-- action-docs-description source="action.yml" -->
<!-- action-docs-inputs source="action.yml" -->
## Inputs
| name | description | required | default |
| --- | --- | --- | --- |
| `K8S_CONFIG` | <p>The RAW Kubernetes config</p> | `true` | `""` |
| `K8S_NAMESPACE` | <p>The K8S namespace</p> | `true` | `""` |
| `K8S_CONTEXT` | <p>The K8S context</p> | `true` | `""` |
<!-- action-docs-inputs source="action.yml" -->
<!-- action-docs-runs source="action.yml" -->
## Runs
This action is a `composite` action.
<!-- action-docs-runs source="action.yml" -->