Skip to content

Commit

Permalink
install/kubernetes: add the cilium/values.yaml target to .PHONY
Browse files Browse the repository at this point in the history
This target should completely ignore the existing contents of
`cilium/values.yaml` since we always generate from the template files.

Co-authored-by: Donia Chaiehloudj <donia.cld@isovalent.com>
Signed-off-by: Nicolas Busseneau <nicolas@isovalent.com>
  • Loading branch information
nbusseneau and doniacld committed Sep 20, 2023
1 parent 8db9095 commit ee4f6b4
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 @@ -75,4 +75,4 @@ docs:
check-docker-images: # Check whether docker images are available for the current version.
$(QUIET)$(ROOT_DIR)/contrib/release/check-docker-images.sh "$(CILIUM_VERSION)"

.PHONY: all check-docker-images check-values-yaml clean docs lint update-chart update-versions
.PHONY: all check-docker-images check-values-yaml cilium/values.yaml clean docs lint update-chart update-versions

0 comments on commit ee4f6b4

Please sign in to comment.