[MOSIP-44526] Updated values.yaml#1042
Conversation
Signed-off-by: Abhi <abhishek.shankarcs@gmail.com>
WalkthroughTwo Helm configuration files updated: containerSecurityContext.runAsUser changed from numeric 1001 to string "inji" in mimoto-apitestrig, and database environment variable keys renamed from INJI_ prefix to MOSIP_ prefix in mimoto values. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@deploy/mimoto-apitestrig/values.yaml`:
- Line 6: Change the runAsUser value from the string "inji" to the numeric UID
used in the base chart (use 1001) so Kubernetes receives an int64, e.g. set
runAsUser: 1001 (no quotes); ensure this value is used when
containerSecurityContext.enabled is true and matches the base
helm/mimoto/values.yaml UID to prevent deployment failures.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 0053c05b-3bc9-46d1-8a10-c8d9bf23a00f
📒 Files selected for processing (2)
deploy/mimoto-apitestrig/values.yamldeploy/mimoto/values.yaml
Summary by CodeRabbit
Release Notes