mirror of
https://github.com/harivansh-afk/agentikube.git
synced 2026-04-15 05:02:07 +00:00
helm install
This commit is contained in:
parent
f3abdfe7b8
commit
44fe1e1f5c
4 changed files with 90 additions and 4 deletions
20
.github/workflows/ci.yml
vendored
20
.github/workflows/ci.yml
vendored
|
|
@ -25,3 +25,23 @@ jobs:
|
|||
|
||||
- name: Test
|
||||
run: go test ./...
|
||||
|
||||
helm-lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Helm
|
||||
uses: azure/setup-helm@v4
|
||||
|
||||
- name: Helm lint
|
||||
run: helm lint chart/agentikube/
|
||||
|
||||
- name: Helm template
|
||||
run: |
|
||||
helm template agentikube chart/agentikube/ \
|
||||
--namespace sandboxes \
|
||||
--set storage.filesystemId=fs-test \
|
||||
--set sandbox.image=test:latest \
|
||||
--set compute.clusterName=test-cluster
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue