Vladimir Avdoshka

Results 21 comments of Vladimir Avdoshka

> Another random thought: is it okay to run the template tool across the whole template, or should we recurse through the template and apply templates on a field-by-field basis?...

found also similar need here #168 @crenshaw-dev with tast input the actual value I recieve now is `some-value chart: some-other-chart` vs expected `some-value\n chart: some-other-chart` so tabulation and line ending...

Thanks @crenshaw-dev for these inputs I believe it is worth to spend a bit more time to think of how that new templating feature would satisfy all of these usecases....

@crenshaw-dev sorry I did not communicate back, I've made some progress - I have implemented the full-text field templating and tested it against different edge cases, seems working fine, but...

@crenshaw-dev I appologies, let's get to the finish line indeed, and I think we are almost there. I just pushed a new version where we have two types of templating...

Sure, I agree, please move Пн, 4 апр. 2022 г. в 07:25, rishabh625 ***@***.***>: > @vavdoshka : Can u please move this PR > into argocd as applicationset is moved...

@nishit93-hub the easiest example could be ```yaml apiVersion: argoproj.io/v1alpha1 kind: ApplicationSet metadata: name: example-approot spec: generators: - scmProvider: cloneProtocol: https gitlab: group: "acme/myrepo" allBranches: true tokenRef: secretName: gitlab-token key: token...

@nishit93-hub yes, ArgoCD ApplicationSet Controller checks the repository periodically and would submit as many ArgoCD applications as there are branches in the repo, it also will remove the application from...

@nishit93-hub, the error you got could mean just one thing - the ArgoCD Application Set Controller did find the token but the provided token is not authorized to read data...

@nishit93-hub , Yes so with "Personal Access Token" ArgoCD Application Controller can reach out to your repo, it creates the ArgoCD application and from that point, ArgoCD starts its control...