Skip to content

Commit

Permalink
fix(ISV-5130): add Atlas config to RPA
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Jediny <jedinym@proton.me>
  • Loading branch information
jedinym committed Nov 11, 2024
1 parent c571930 commit 728cadb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/release/pipelines/rh_advisories.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,9 @@ func createADVSReleasePlanAdmission(advsRPAName string, managedFw framework.Fram
"server": "stage",
"secret": "pyxis",
},
"atlas": map[string]interface{}{
"server": "stage",
},
"releaseNotes": map[string]interface{}{
"cpe": "cpe:/a:example.com",
"product_id": 555,
Expand Down

0 comments on commit 728cadb

Please sign in to comment.