Skip to content

Commit 54e2eef

Browse files
committed
fix: explain why tigera is skipped
1 parent 2f6979e commit 54e2eef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hack/tools/sync-helm-values/sync-values.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ func SyncHelmValues(sourceDirectory, destDirectory, licenseFile string) error {
104104
if err != nil {
105105
return err
106106
}
107+
// we skip tigera because we don't use that with CAAPH
108+
// we generate ClusterResourceSets with this instead
107109
if strings.Contains(filepath, "tigera") {
108110
return nil
109111
}

0 commit comments

Comments
 (0)