mirror of
https://github.com/harivansh-afk/agentikube.git
synced 2026-04-17 02:04:08 +00:00
helm install
This commit is contained in:
parent
f3abdfe7b8
commit
44fe1e1f5c
4 changed files with 90 additions and 4 deletions
15
Makefile
15
Makefile
|
|
@ -1,4 +1,4 @@
|
|||
.PHONY: build install clean fmt vet lint
|
||||
.PHONY: build install clean fmt vet lint crds helm-lint helm-template
|
||||
|
||||
build:
|
||||
go build -o agentikube ./cmd/agentikube
|
||||
|
|
@ -16,3 +16,16 @@ vet:
|
|||
go vet ./...
|
||||
|
||||
lint: fmt vet
|
||||
|
||||
crds:
|
||||
./scripts/download-crds.sh
|
||||
|
||||
helm-lint:
|
||||
helm lint chart/agentikube/
|
||||
|
||||
helm-template:
|
||||
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