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:
Petr Drastil 2023-02-08 02:09:40 +01:00 committed by GitHub
parent b1be8fabd4
commit 3bede30d39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 8 deletions

View file

@ -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: