Skip to content

[MOSIP-44855] fix: move javaOpts out of resources block in config-ser…#1823

Merged
Prafulrakhade merged 1 commit into
mosip:release-1.3.xfrom
bhumi46:release-1.3.x
May 27, 2026
Merged

[MOSIP-44855] fix: move javaOpts out of resources block in config-ser…#1823
Prafulrakhade merged 1 commit into
mosip:release-1.3.xfrom
bhumi46:release-1.3.x

Conversation

@bhumi46
Copy link
Copy Markdown
Member

@bhumi46 bhumi46 commented May 27, 2026

…ver helm chart

javaOpts was nested under resources: in values.yaml, causing helm install to fail with 'field not declared in schema' because Kubernetes only allows limits/requests/claims under container resources.

Moved javaOpts to a new additionalResources: top-level key (consistent with idgenerator/ridgenerator/pridgenerator charts) and added a JDK_JAVA_OPTIONS env var in deployment.yaml to render it correctly.

…ver helm chart

javaOpts was nested under resources: in values.yaml, causing helm install
to fail with 'field not declared in schema' because Kubernetes only allows
limits/requests/claims under container resources.

Moved javaOpts to a new additionalResources: top-level key (consistent
with idgenerator/ridgenerator/pridgenerator charts) and added a
JDK_JAVA_OPTIONS env var in deployment.yaml to render it correctly.

Signed-off-by: bhumi46 <bhumi11111a@gmail.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 27, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

🗂️ Base branches to auto review (1)
  • develop

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: d0d7c14e-13a7-4375-9087-b223cfbf5e65

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Prafulrakhade Prafulrakhade merged commit 1cf3535 into mosip:release-1.3.x May 27, 2026
19 checks passed
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.

4 participants