-
Notifications
You must be signed in to change notification settings - Fork 246
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
Configure alfresco-global.properties file using helm #989
Comments
Hello, unfortunately the current way to add custom properties is to override There is an ongoing effort to simplify this common use case for the next release, which will provide support for providing a custom configmap/secret as a source for properties. Let me know if you have additional concerns. |
Thank you for the swift response! I'll look at overriding JAVA_OPTS. Additional concerns are unrelated to alfresco-global.properties. My first deployment failed because:
|
that's another concern we are trying to address soon, right know we are not really supporting any other ingress than ingress-nginx
we are aware of this issue with the share image/pod, but I don't recall for any others, could help if you can provide additional details for them. |
Sure. With default SCC settings, an attempt to deploy the Helm chart of Code Ready Container / OpenShift local 4.13 results in the following issues.
|
I created a distinct issue #990 for this. |
Thanks, I am going to close this then. 👍🏻 |
Hello,
I'm trying to deploy Alfresco on Kubernetes using the Helm charts.
There are many properties to configure in alfresco-global.properties.
Unfortunately, it's not clear tome how I can set them my own alfresco-global.properties through helm charts.
From what I see, the alfresco-global.properties is mounted from a volume
The volume comes from the
alfresco-repository-properties-secret
secretBut the secret is not extensible, it only defines the solr-sharedSecret.
I'm looking at configuring properties such as
authentication.chain
,identity-service.*
. It works fine if I manually edit the created secret after deployment but this defeats the purpose of Helm charts and GitOps.Could you please point me towards a solution?
Thanks
The text was updated successfully, but these errors were encountered: