Skip to content

Commit

Permalink
Merge pull request #13516 from RusJaI/registry-readonly-fix
Browse files Browse the repository at this point in the history
Add Config Values to modify the read only property for governance and config registry.
  • Loading branch information
RusJaI authored Aug 6, 2024
2 parents be75e47 + 6634839 commit 5ed84d8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<id>gov</id>
<cacheId>{{governance_data.cache_id}}</cacheId>
<dbConfig>govregistry</dbConfig>
<readOnly>false</readOnly>
<readOnly>{{!governance_data.overwrite}}</readOnly>
<enableCache>{{governance_data.enable_cache}}</enableCache>
<registryRoot>/</registryRoot>
</remoteInstance>
Expand All @@ -53,7 +53,7 @@
<id>conf</id>
<cacheId>{{config_data.cache_id}}</cacheId>
<dbConfig>configregistry</dbConfig>
<readOnly>false</readOnly>
<readOnly>{{!config_data.overwrite}}</readOnly>
<enableCache>{{config_data.enable_cache}}</enableCache>
<registryRoot>/</registryRoot>
</remoteInstance>
Expand Down

0 comments on commit 5ed84d8

Please sign in to comment.