1
0
mirror of synced 2026-02-13 13:06:56 +00:00

fix: support reconcile recursive source tree hr => chart => repo

Signed-off-by: Raffael Sahli <raffael.sahli@doodle.com>
This commit is contained in:
Raffael Sahli
2023-04-14 10:02:03 +00:00
committed by Hidde Beydals
parent e678738ded
commit b8c24f906d
5 changed files with 75 additions and 30 deletions

View File

@@ -63,7 +63,7 @@ func (obj kustomizationAdapter) reconcileSource() bool {
return rksArgs.syncKsWithSource
}
func (obj kustomizationAdapter) getSource() (reconcileCommand, types.NamespacedName) {
func (obj kustomizationAdapter) getSource() (reconcileSource, types.NamespacedName) {
var cmd reconcileCommand
switch obj.Spec.SourceRef.Kind {
case sourcev1b2.OCIRepositoryKind: