-
Notifications
You must be signed in to change notification settings - Fork 1
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
Change enable to act on root app #165
Conversation
We can identify patches to params exposed to the root app using the roots app values.yaml by comparing the source manifests |
I'm getting the feeling that the concept of temporary vs permanent stop is over complicated. I think that if we support ec making changes to the repo we should probably drop overrides to avoid confusion. |
45e646c
to
83413a9
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #165 +/- ##
==========================================
+ Coverage 80.46% 81.04% +0.57%
==========================================
Files 15 15
Lines 809 897 +88
==========================================
+ Hits 651 727 +76
- Misses 158 170 +12 ☔ View full report in Codecov by Sentry. |
Implement --temp for stop/start Checkpoint - untested start implementation Break into reusable code Reorder sync request Linting Fix tests, some linting missing test data
378c87f
to
d4bc937
Compare
@gilesknap Are you willing to try demo this? I have tried it against an auto-synced and non auto-synced app-of-apps |
Sure. Let's discuss tomorrow |
@gilesknap Working against https://github.com/epics-containers/p47-deployment with the discussed helm chart changes captured in epics-containers/ec-helm-charts#33 under a beta release |
@gilesknap Ready - Please review against p47 and ec-helm-charts |
I just want to record here that we have discussed the
|
I tried this and it looks all good. And I like the comments in apps.yaml (I might add a linefeed before the first line of the ec_services comment?) Lets merge and release! |
Change patch of enable to be on the root app. This allows ec to work with ec-helm-charts 4.0.0+b1 which aims to have enabled recorded in the git repo.
Question:
ec stop <service> --temp
? (with the git backend pushing changes to enabled being a default)