fix: update ARGOCD_REPO_SERVER_PLUGIN_USE_MANIFEST_GENERATE_PATHS env…#20131
fix: update ARGOCD_REPO_SERVER_PLUGIN_USE_MANIFEST_GENERATE_PATHS env…#20131kpanter wants to merge 3 commits intoargoproj:masterfrom
Conversation
… for argocd-repo-server deployment our validation workflow detected below error ❌ FAIL: stdin - Deployment argocd-repo-server is invalid: problem validating schema. Check JSON formatting: jsonschema: '/spec/template/spec/containers/0/env/21' does not validate with https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master-standalone-strict/deployment-apps-v1.json#/properties/spec/properties/template/properties/spec/properties/containers/items/properties/env/items/additionalProperties: additionalProperties 'configMapKeyRef' not allowed Signed-off-by: Krzysiek <krzysztof.panter@volue.com>
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #20131 +/- ##
==========================================
+ Coverage 55.86% 55.87% +0.01%
==========================================
Files 321 321
Lines 44492 44492
==========================================
+ Hits 24854 24860 +6
+ Misses 17072 17068 -4
+ Partials 2566 2564 -2 ☔ View full report in Codecov by Sentry. |
|
@kpanter good catch. The install.yaml is rendered based on Kustomize manifests, so the primary problem is in a different file. Once you find that file, you can run |
…argocd-repo-server deployment + make manifests-local
|
This is a duplicate of #20139 right? |
Updated argocd-repo-server-deployment.yaml under manifests/base/repo-server and executed make manifests-local |
yes, right |
|
duplicate of #20139 |
… for argocd-repo-server deployment
our validation workflow detected below error
❌ FAIL: stdin - Deployment argocd-repo-server is invalid: problem validating schema. Check JSON formatting: jsonschema: '/spec/template/spec/containers/0/env/21' does not validate with https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master-standalone-strict/deployment-apps-v1.json#/properties/spec/properties/template/properties/spec/properties/containers/items/properties/env/items/additionalProperties: additionalProperties 'configMapKeyRef' not allowed
Checklist: