@@ -110,6 +110,10 @@ spec:
110110 a failed sync. If set to 0, no retries will be performed.
111111 format : int64
112112 type : integer
113+ refresh :
114+ description : ' Refresh indicates if the latest revision should
115+ be used on retry instead of the initial one (default: false)'
116+ type : boolean
113117 type : object
114118 sync :
115119 description : Sync contains parameters for the operation
@@ -1474,11 +1478,15 @@ spec:
14741478 path :
14751479 description : |-
14761480 Path is a directory path within the git repository where hydrated manifests should be committed to and synced
1477- from. If hydrateTo is set, this is just the path from which hydrated manifests will be synced.
1481+ from. The Path should never point to the root of the repo. If hydrateTo is set, this is just the path from which
1482+ hydrated manifests will be synced.
1483+ minLength : 1
1484+ pattern : ^.{2,}|[^./]$
14781485 type : string
14791486 targetBranch :
1480- description : TargetBranch is the branch to which hydrated
1481- manifests should be committed
1487+ description : |-
1488+ TargetBranch is the branch from which hydrated manifests will be synced.
1489+ If HydrateTo is not set, this is also the branch to which hydrated manifests are committed.
14821490 type : string
14831491 required :
14841492 - path
@@ -1937,6 +1945,10 @@ spec:
19371945 a failed sync. If set to 0, no retries will be performed.
19381946 format : int64
19391947 type : integer
1948+ refresh :
1949+ description : ' Refresh indicates if the latest revision should
1950+ be used on retry instead of the initial one (default: false)'
1951+ type : boolean
19401952 type : object
19411953 syncOptions :
19421954 description : Options allow you to specify whole app sync-options
@@ -2905,6 +2917,11 @@ spec:
29052917 be performed.
29062918 format : int64
29072919 type : integer
2920+ refresh :
2921+ description : ' Refresh indicates if the latest revision
2922+ should be used on retry instead of the initial one (default:
2923+ false)'
2924+ type : boolean
29082925 type : object
29092926 sync :
29102927 description : Sync contains parameters for the operation
@@ -4877,11 +4894,15 @@ spec:
48774894 path :
48784895 description : |-
48794896 Path is a directory path within the git repository where hydrated manifests should be committed to and synced
4880- from. If hydrateTo is set, this is just the path from which hydrated manifests will be synced.
4897+ from. The Path should never point to the root of the repo. If hydrateTo is set, this is just the path from which
4898+ hydrated manifests will be synced.
4899+ minLength : 1
4900+ pattern : ^.{2,}|[^./]$
48814901 type : string
48824902 targetBranch :
4883- description : TargetBranch is the branch to which hydrated
4884- manifests should be committed
4903+ description : |-
4904+ TargetBranch is the branch from which hydrated manifests will be synced.
4905+ If HydrateTo is not set, this is also the branch to which hydrated manifests are committed.
48854906 type : string
48864907 required :
48874908 - path
@@ -4956,11 +4977,15 @@ spec:
49564977 path :
49574978 description : |-
49584979 Path is a directory path within the git repository where hydrated manifests should be committed to and synced
4959- from. If hydrateTo is set, this is just the path from which hydrated manifests will be synced.
4980+ from. The Path should never point to the root of the repo. If hydrateTo is set, this is just the path from which
4981+ hydrated manifests will be synced.
4982+ minLength : 1
4983+ pattern : ^.{2,}|[^./]$
49604984 type : string
49614985 targetBranch :
4962- description : TargetBranch is the branch to which hydrated
4963- manifests should be committed
4986+ description : |-
4987+ TargetBranch is the branch from which hydrated manifests will be synced.
4988+ If HydrateTo is not set, this is also the branch to which hydrated manifests are committed.
49644989 type : string
49654990 required :
49664991 - path
0 commit comments