This action installs clevyr/kubedb.
See the kubedb readme for more details on running KubeDB.
Name | Description | Required | Default |
---|---|---|---|
version |
The KubeDB version to install | false |
latest |
repo |
The KubeDB repo to use | false |
clevyr/kubedb |
token |
GitHub Token | false |
${{ github.token }} |
Name | Description |
---|---|
version |
The KubeDB version that was installed |
Here is an example that fetches a separate deployment repo and patches its configuration.
name: Patch Configuration
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: clevyr/setup-kubedb-action@v1
- run: kubedb dump ...