-
Notifications
You must be signed in to change notification settings - Fork 6.3k
chore: add oci env vars to manifests #24113
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
chore: add oci env vars to manifests #24113
Conversation
Add the ability to set repo-server oci env vars from the `argocd-cmd-params-cm` configmap. Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #24113 +/- ##
==========================================
- Coverage 60.29% 60.24% -0.05%
==========================================
Files 347 347
Lines 59597 59619 +22
==========================================
- Hits 35934 35918 -16
- Misses 20797 20823 +26
- Partials 2866 2878 +12 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This successfully adds the environment variable from the configmap to the manifests. I'm curious, will the logic for parsing that value be handled in a separate PR, or am I missing something in the current changes?
Hi @ranakan19, These OCI env vars are already in use and have been present on the repo-server since the initial merge of the OCI feature (see #18646). You can see them referenced here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should these also be added to the example cm in docs/operator-manual?
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
@crenshaw-dev done! |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #24113 +/- ##
==========================================
- Coverage 60.29% 60.10% -0.20%
==========================================
Files 347 347
Lines 59597 59857 +260
==========================================
+ Hits 35934 35977 +43
- Misses 20797 20987 +190
- Partials 2866 2893 +27 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com> Signed-off-by: enneitex <etienne.divet@gmail.com>
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
Add the ability to set repo-server oci env vars from the
argocd-cmd-params-cm
configmap.Should be backported to 3.1.
Checklist: