Skip to content

Commit e34b47c

Browse files
support added for file permission and subpath (#5268)
Co-authored-by: adi6859 <aditya.ar1909@gmail.com>
1 parent b331bc9 commit e34b47c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

cmd/external-app/wire_gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/appClone/AppCloneService.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,8 @@ func (impl *AppCloneServiceImpl) configDataClone(cfData []*bean3.ConfigData) []*
554554
DefaultMountPath: refdata.DefaultMountPath,
555555
Global: refdata.Global,
556556
ExternalSecretType: refdata.ExternalSecretType,
557+
FilePermission: refdata.FilePermission,
558+
SubPath: refdata.SubPath,
557559
}
558560
copiedData = append(copiedData, data)
559561
}

0 commit comments

Comments
 (0)