Skip to content

How to run on a kubernetes repo? #28097

Closed Answered by benjimin
benjimin asked this question in Request Help
Mar 23, 2024 · 3 comments · 7 replies
Discussion options

You must be logged in to vote

Aha, seems all I needed was RENOVATE_KUBERNETES={"fileMatch":["\\.yaml$"]}.

So for the full example:

$ cat env
RENOVATE_PLATFORM=bitbucket
RENOVATE_REPOSITORIES=myorg/myrepo
RENOVATE_TOKEN=xxxxxxxxxxx
RENOVATE_DRY_RUN=full
RENOVATE_KUBERNETES={"fileMatch":["\\.yaml$"]}
LOG_LEVEL=debug

$ docker run --env-file env renovate/renovate | grep kubernetes | wc --lines
763

Thanks @rarkins for the support!

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
1 reply
@benjimin
Comment options

Comment options

You must be logged in to vote
1 reply
@benjimin
Comment options

Comment options

You must be logged in to vote
5 replies
@benjimin
Comment options

@benjimin
Comment options

@rarkins
Comment options

@benjimin
Comment options

Answer selected by benjimin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:logs Issue or Discussion is needs logs/more logs
2 participants