You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2020/01/14 18:13:28 UTC

svn commit: r1872792 - /felix/trunk/configadmin-plugins/interpolation/README.md

Author: cziegeler
Date: Tue Jan 14 18:13:28 2020
New Revision: 1872792

URL: http://svn.apache.org/viewvc?rev=1872792&view=rev
Log:
Update documentation to use new property

Modified:
    felix/trunk/configadmin-plugins/interpolation/README.md

Modified: felix/trunk/configadmin-plugins/interpolation/README.md
URL: http://svn.apache.org/viewvc/felix/trunk/configadmin-plugins/interpolation/README.md?rev=1872792&r1=1872791&r2=1872792&view=diff
==============================================================================
--- felix/trunk/configadmin-plugins/interpolation/README.md (original)
+++ felix/trunk/configadmin-plugins/interpolation/README.md Tue Jan 14 18:13:28 2020
@@ -71,7 +71,7 @@ where these can be found.
 
 This is done through the following property:
 
-* `org.apache.felix.configadmin.plugin.interpolation.dir`: specify the directory where the files used for the file-based interpolation, such as Kubernetes secrets, are mounted.
+* `org.apache.felix.configadmin.plugin.interpolation.secretsdir`: specify the directory where the files used for the file-based interpolation, such as Kubernetes secrets, are mounted.
 
 The property can be provided as an OSGi Framework property or alternatively as a Java System Property.