Skip to content

Commit 0f9e4b9

Browse files
authored
Merge pull request #6782 from devtron-labs/fix-flux-ns
flux ns missing fix
2 parents ceed2ef + ee5790f commit 0f9e4b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/pipeline/DeploymentPipelineConfigService.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,6 +1278,7 @@ func (impl *CdPipelineConfigServiceImpl) ValidateLinkFluxAppRequest(ctx context.
12781278

12791279
if helmRelease != nil {
12801280
chartLocation = helmRelease.Spec.Chart.Spec.Chart
1281+
response.FluxReleaseMetadata.Destination.Namespace = helmRelease.GetReleaseNamespace()
12811282
}
12821283
if gitRepository != nil {
12831284
requestedGitUrl = gitRepository.Spec.URL

0 commit comments

Comments
 (0)