docs: adds octopus-deploy secret sync docs

This commit is contained in:
Piyush Gupta
2025-12-12 15:24:07 +05:30
parent b0d5a8057d
commit 5763fb91ca
11 changed files with 213 additions and 8 deletions

View File

@@ -62,7 +62,9 @@ export const OctopusDeploySyncFields = () => {
<SecretSyncConnectionField
onChange={() => {
setValue("destinationConfig.spaceId", "");
setValue("destinationConfig.spaceName", "");
setValue("destinationConfig.projectId", "");
setValue("destinationConfig.projectName", "");
setValue("destinationConfig.scopeValues", undefined);
}}
/>