Skip to content

Conversation

@ddrechse
Copy link
Member

@ddrechse ddrechse commented Oct 9, 2025

…ation

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Oct 9, 2025
Copy link
Member

@markxnelson markxnelson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think the readme needs work. it has too much list content and little prose.

kind: Deployment
metadata:
name: {{ include "obaas-app.fullname" . }}
namespace: {{ .Values.obaas.namespace }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't take out this, value is set in values.yaml file

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AI says its not neccessary
No, the namespace: field should not be in the Deployment metadata. It was never there, and it shouldn't be added. The namespace for the Deployment is controlled by Helm's --namespace flag at install time.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not necessary, I agree. however we have this parameter. in the values.yaml:

obaas:
  namespace: obaas-dev                    # Replace with your namespace 

Which can be used and overridden by the --namespace flag.
If we're going to stick with the flag only why do we need the namespace parameter in values.yaml?

@ddrechse ddrechse merged commit 64840c9 into oracle:main Oct 14, 2025
1 check passed
@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
C Security Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants