Skip to content

Commit

Permalink
[FIX] argocd_deployer - Fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGigSolutions committed Apr 3, 2024
1 parent 70d4e3b commit ab82e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argocd_deployer/data/ir_config_parameter_data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
</record>
<record id="allow_immediate_deployment" model="ir.config_parameter">
<field name="key">argocd.allow_immediate_deployment</field>
<field name="value">False</field>
<field name="value" eval="'False'"/>
</record>
</odoo>

0 comments on commit ab82e82

Please sign in to comment.