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 1, 2024
1 parent d5fbc0b commit a4e7cfb
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 @@ -295,8 +295,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 a4e7cfb

Please sign in to comment.