Skip to content

Commit

Permalink
Update install/kubernetes/Makefile
Browse files Browse the repository at this point in the history
Co-authored-by: Anna Kapuścińska <[email protected]>
Signed-off-by: Philip Schmid <[email protected]>
  • Loading branch information
PhilipSchmid and lambdanis authored Aug 19, 2024
1 parent 6074f22 commit f32564e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/kubernetes/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ generate-jsonschemas: $(CRDS)
.PHONY: kubeconform
kubeconform:
@echo "## Testing Helm chart: \"$(TETRAGON_CHART)\""
$(HELM) template $(TETRAGON_CHART)-ee . \
$(HELM) template $(TETRAGON_CHART) . \
-f values.yaml \
--set crds.installMethod=helm \
--set tracingPolicies.default.enabled=true |\
Expand Down

0 comments on commit f32564e

Please sign in to comment.