diff --git a/docs/docs/operation/opa-integration.md b/docs/docs/operation/opa-integration.md index 9a4e320e..dd1aa6c7 100644 --- a/docs/docs/operation/opa-integration.md +++ b/docs/docs/operation/opa-integration.md @@ -70,7 +70,8 @@ format. "action": "SaveConfig", "user": "test", "team": "main", - "pipeline": "check-pipeline", + "pipeline": "target-pipeline", + "origin_pipeline": "check-pipeline", "data": { "jobs": [ { @@ -195,7 +196,8 @@ will contain the pipeline config in JSON format under the `data` key: "cluster_version": "7.4.0", "action": "SetPipeline", "team": "main", - "pipeline": "simple", + "pipeline": "target-pipeline", // pipeline being set + "origin_pipeline": "simple", // pipeline doing the setting "data": { "jobs": [ {