Skip to content

Commit

Permalink
Use test_values to deploy to kind also
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbluf committed Oct 18, 2023
1 parent 04dc18c commit f94357c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ kind: ## Create kind cluster
build: ## Build with timoni with ns+name provided as arg/flag
@timoni build -n testing test .


fmt: ## Format cue files
@cue fmt .
@cue fmt ./templates
@timoni mod lint ./

e2e: ## Run full flow + ep validate
@$(MAKE) apply
Expand All @@ -54,7 +54,7 @@ e2e: ## Run full flow + ep validate

apply: ## Apply the module with default values
@kubectl create ns test
@timoni apply -n test test-deploy ./ --timeout=1m
@timoni apply -n test test-deploy -f test_values.cue ./ --timeout=1m

delete: ## Delete the module with default values
@timoni delete -n test test-deploy ./ --timeout=1m
Expand Down

0 comments on commit f94357c

Please sign in to comment.