Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow gitops to be disabled when there is not a valid config #2568

Merged
merged 2 commits into from
Mar 3, 2022

Conversation

marccampbell
Copy link
Member

What type of PR is this?

type::bug

What this PR does / why we need it:

Which issue(s) this PR fixes:

Allows gitops to be disabled when it's enabled but has an invalid config. Before this change, you were required to fix the configuration and then disable.

Does this PR require documentation?

no

@marccampbell marccampbell requested a review from a team March 1, 2022 20:21
Copy link

@label-checker label-checker bot left a comment

Choose a reason for hiding this comment

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

Label type:: is required.

@@ -48,21 +48,24 @@ mock:
mockgen -source=pkg/handlers/interface.go -destination=pkg/handlers/mock/mock.go

.PHONY: build
build: kots
Copy link
Member

Choose a reason for hiding this comment

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

this will slow down make build run in okteto

Copy link
Member Author

Choose a reason for hiding this comment

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

it's a LOT faster actually. b/c of https://github.com/replicatedhq/kots/pull/2568/files#diff-74f62fd3e5365a996fe97efc3e10ce260f3a62058e08a169de326d8c97680006R157

so the build cache is there, it's taking ~ 10 seconds to build right now

@marccampbell marccampbell merged commit 15e5943 into main Mar 3, 2022
@marccampbell marccampbell deleted the helm-helm branch May 23, 2022 11:56
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.

None yet

4 participants