Skip to content

Commit

Permalink
feat(RELEASE-1102): remove unused data.fbc params
Browse files Browse the repository at this point in the history
this commit removes iibServiceConfigSecret  and iibOverwriteFromIndexCredential
as both are paremeters pinned by the FBC pipeline and should not be rewritten.
  • Loading branch information
theflockers committed Oct 23, 2024
1 parent e752198 commit 6c2c282
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/release/pipelines/fbc_release.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,6 @@ func createFBCReleasePlanAdmission(fbcRPAName string, managedFw framework.Framew
"targetIndex": constants.TargetIndex,
"binaryImage": constants.BinaryImage,
"publishingCredentials": "fbc-preview-publishing-credentials",
"iibServiceConfigSecret": "iib-preview-services-config",
"iibOverwriteFromIndexCredential": "iib-overwrite-fromimage-credentials",
"requestUpdateTimeout": "1500",
"buildTimeoutSeconds": "1500",
"hotfix": hotfix,
Expand Down

0 comments on commit 6c2c282

Please sign in to comment.