fix(argo-cd): Fix ApplicationSet CRD for pathParamPrefix (#1829)
fix(argo-cd): Fix ApplicationSet CRD for pathParamPrefix Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
parent
b1be8fabd4
commit
3bede30d39
2 changed files with 6 additions and 8 deletions
|
|
@ -1470,7 +1470,6 @@ spec:
|
|||
- spec
|
||||
type: object
|
||||
required:
|
||||
- pathParamPrefix
|
||||
- repoURL
|
||||
- revision
|
||||
type: object
|
||||
|
|
@ -3361,7 +3360,6 @@ spec:
|
|||
- spec
|
||||
type: object
|
||||
required:
|
||||
- pathParamPrefix
|
||||
- repoURL
|
||||
- revision
|
||||
type: object
|
||||
|
|
@ -6910,7 +6908,6 @@ spec:
|
|||
- spec
|
||||
type: object
|
||||
required:
|
||||
- pathParamPrefix
|
||||
- repoURL
|
||||
- revision
|
||||
type: object
|
||||
|
|
@ -10736,10 +10733,13 @@ spec:
|
|||
type: string
|
||||
status:
|
||||
type: string
|
||||
step:
|
||||
type: string
|
||||
required:
|
||||
- application
|
||||
- message
|
||||
- status
|
||||
- step
|
||||
type: object
|
||||
type: array
|
||||
conditions:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue