-
Notifications
You must be signed in to change notification settings - Fork 20
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
Uncomment elasticsearch condition #131
Conversation
diracx/values.yaml
Outdated
@@ -51,7 +51,8 @@ podSecurityContext: | |||
# fsGroup: 2000 | |||
|
|||
securityContext: | |||
{} | |||
fsGroup: 2000 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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` | | |
There was a problem hiding this comment.
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?
dde2715
to
e2b9908
Compare
e2b9908
to
533b1e0
Compare
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.