Skip to content

fix: missing package-system.mk - #96

Merged
Marian Koreniuk (themoriarti) merged 2 commits into
mainfrom
missing-makefile
Apr 23, 2024
Merged

fix: missing package-system.mk#96
Marian Koreniuk (themoriarti) merged 2 commits into
mainfrom
missing-makefile

Conversation

@kvaps

@kvaps Andrei Kvapil (kvaps) commented Apr 23, 2024

Copy link
Copy Markdown
Member

fix regression introduced by #86

Makefile:4: ../../../hack/package-system.mk: No such file or directory

and

make: Leaving directory '/cozystack/packages/system/cilium'
make: flux: No such file or directory
make: *** [../../../scripts/package-system.mk:17: suspend] Error 127

Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
@kvaps
Andrei Kvapil (kvaps) marked this pull request as ready for review April 23, 2024 07:43

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment thread scripts/package-system.mk

suspend: ## Suspend reconciliation for an existing Helm release
flux suspend hr -n $(NAMESPACE) $(NAME)
kubectl patch hr -n $(NAMESPACE) $(NAME) -p '{"spec": {"suspend": true}}' --type=merge

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stefan Prodan (@stefanprodan) thank you for your note! I just added PR for fixing this #101

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants