There is 1 comment.
 
 
Kubernetes Helm Charts for XWiki / cid:jira-generated-image-avatar-bf7de666-15b4-4846-8529-26b58d49fc1d HELM-108 Open

Error: sed: -e expression #1, char 86: unknown option to `s'

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-d38be1ad-553e-497e-a951-581887e1a0ee Sabst on 20/Jan/26 11:02
 

Ok, thank you for this improvement: It works now when I keep only the values I changed. I will remove the previous hack.

Regarding quotes, I do not see any uncommented item with a quoted string value so does it really matter?
For example, in my pod, no match for:

egrep '^[^#].*"' /usr/local/tomcat/webapps/ROOT/WEB-INF/xwiki.*

I have not used quotes for items like the superadmin password and this is working anyway.

I think the original problem remains tough: if a user edits a value with the usual syntax, at least entries containing pipes will raise a problem due to the clash with the sed separator.