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
[ upstream commit c6fbeb1 ]

[ backporter's notes: fixed trivial conflict accepting the combination
  of the changes. ]

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>
Signed-off-by: Marco Iorio <marco.iorio@isovalent.com>
  • Loading branch information
2 people authored and aanm committed Oct 2, 2023
1 parent f94941b commit 0abe91c
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 @@ -62,4 +62,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 clean docs lint update-chart update-versions
.PHONY: all check-docker-images cilium/values.yaml clean docs lint update-chart update-versions

0 comments on commit 0abe91c

Please sign in to comment.