-
I'm interested in your thoughts around having a GitRepository for each of the applications you're deploying. I realize that certain standalone manifests might not support dependencies, but are there other advantages than having a single GitRepository and apps enabled with Kustomizations and HelmReleases? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Having a GitRepo resource for each of the things in the same repo on the same branch seems to me to be very inefficient. Personally I don't think that would be a good idea, but what make you think about this? Are you trying to solve a problem? |
Beta Was this translation helpful? Give feedback.
Ah you said GitRepository not Flux Kustomizations. This is done to have proper resource ordering since you cannot deploy a cert-manager
ClusterIssuer
without the CRDs installed first.