diff --git a/meta/io.murano.applications/Classes/replication.yaml b/meta/io.murano.applications/Classes/replication.yaml index 3b5c358b9..aa7d06247 100644 --- a/meta/io.murano.applications/Classes/replication.yaml +++ b/meta/io.murano.applications/Classes/replication.yaml @@ -68,10 +68,10 @@ Methods: - $this.numItems: min($this.numItems, $this.maxItems) - $this.deploy() - .destroy: - Body: - - $this.numItems: 0 - - $this.deploy() + .destroy: + Body: + - $this.numItems: 0 + - $this.deploy() --- # ------------------------------------------------------------------ # ---