Skip to content
Discussion options

You must be logged in to vote

It seems that I found a solution using this way of supporting custom resources in kustomize.

I downloaded the whole openapi spec from here and changed a tiny thing:

schema.json

...
                "sources": {
                    "description": "Sources is a reference to the location of the application's manifests or chart",
                    "type": "array",
                    "items": {
                        "default": {},
                        "$ref": "#/definitions/io.argoproj.argocd.v1alpha1.ApplicationSource"
                    },
                    "x-kubernetes-patch-merge-key": "ref",
                    "x-kubernetes-patch-strategy": "merge"
                },

and put t…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@crenshaw-dev
Comment options

@SmaineTF1
Comment options

Answer selected by crenshaw-dev
@crenshaw-dev
Comment options

@Smana
Comment options

@crenshaw-dev
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants