Skip to content
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

Uncomment elasticsearch condition #131

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

volodymyrss
Copy link

@volodymyrss volodymyrss commented Jan 15, 2025

Following #129

Also I needed to uncomment elasticsearch condition, since there is not storageclass setting for it and it prevents deployment. I can take it out.

diracx/Chart.yaml Show resolved Hide resolved
@@ -51,7 +51,8 @@ podSecurityContext:
# fsGroup: 2000

securityContext:
{}
fsGroup: 2000
Copy link
Contributor

Choose a reason for hiding this comment

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

That looks good ! I am just not sure whether this should be the default value or if empty should be the default. I will try to test it on openshift before merging it

Copy link
Author

Choose a reason for hiding this comment

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

2000 comes from the user internal to the chart/images, so I thought it should be inside.

README.md Outdated
@@ -350,6 +350,7 @@ Note that this configuration is trivial and does not follow production recommand
| ingress.enabled | bool | `true` | |
| ingress.tlsSecretName | string | `"myingress-cert"` | |
| initCs.enabled | bool | `true` | |
| initCs.securityContext.fsGroup | int | `2000` | |
Copy link
Author

Choose a reason for hiding this comment

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

Should I add a comment in the values to have some doc here?

@chaen chaen force-pushed the 129-figure-out-security-context branch from dde2715 to e2b9908 Compare January 17, 2025 10:30
@chaen chaen changed the title use security context for volume Uncomment elasticsearch condition Jan 17, 2025
@chaen chaen force-pushed the 129-figure-out-security-context branch from e2b9908 to 533b1e0 Compare January 17, 2025 10:31
@chaen chaen enabled auto-merge January 17, 2025 10:31
@chaen chaen merged commit 35a07b6 into DIRACGrid:master Jan 17, 2025
3 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.

2 participants