You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-guide/source-hydrator.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,6 +166,17 @@ hydrator will not be able to use a project-scoped push secret and will require a
166
166
Credential templates allow a single credential to be used for multiple repositories. The source hydrator does not
167
167
currently support credential templates. You will need a separate credential for each repository.
168
168
169
+
### `manifest-generate-paths` Annotation Support
170
+
171
+
The source hydrator does not currently support the [manifest-generate-paths annotation](../operator-manual/high_availability.md#manifest-paths-annotation)
172
+
for work avoidance on hydration of dry commits. In other words, the source hydrator is not able to skip hydration of dry
173
+
commits that have not changed relevant files.
174
+
175
+
The application controller _does_ honor the `manifest-generate-paths` annotation when syncing the hydrated manifests.
176
+
So if your application hydrates to the `foo` directory, and the `manifest-generate-paths` annotation is set to `foo`,
177
+
then the application controller will not re-hydrate the manifests after a commit that only affects files in the `bar`
0 commit comments