gitops Questions
3
We have been happily using ArgoCD with public repositories for a while, but we've run into problems trying to connect ArgoCD to a private repository. We have an Application that looks like this:
ap...
Sheaves asked 15/9, 2021 at 21:0
2
I'm trying to generate kubernetes manifests from local ArgoCD manifests that use helm. I'm using a script to parse values and then helm template to generate the resulting template. But I'm having t...
Storer asked 21/7, 2023 at 16:57
2
I am looking at ArgoCD for Kubernetes to deploy the applications in GitOps way.
Just wondering if there are any similar products available for AWS ECS and Hashicorp Nomad.
I know about AWS Proton, ...
Ampulla asked 22/12, 2021 at 8:57
3
I am trying to setup ArgoCD for gitops. I used the ArgoCD helm chart to deploy it to my local Docker Desktop Kubernetes cluster. I am trying to use the app of apps pattern for ArgoCD.
The problem i...
Airt asked 31/10, 2021 at 13:36
3
I've been trying to make an application but keep getting this error.
proj list:
argocd proj list
NAME DESCRIPTION DESTINATIONS SOURCES CLUSTER-RESOURCE-WHITELIST NAMESPACE-RESOURCE-BLACKLIST SIGN...
Mainis asked 8/8, 2023 at 21:17
3
Solved
Firstly this is in the context of a mono-repo application that runs inside Kubernetes.
In GitOps my understanding is everything is declarative and written in configuration files such as YAML. This ...
Rech asked 31/7, 2020 at 0:49
2
Solved
I was just reading https://docs.fluxcd.io/projects/helm-operator/en/stable/helmrelease-guide/debugging/#manually-performing-a-release-to-debug as well as the FAQ, but couldn't figure out how to tri...
2
we are trying to use GitOps at my company using ArgoCD and we have one primary concern:
Jenkins, our CI tool, currently pushed to our docker repo on merge of any PR with a tag relating to the git c...
1
Solved
I got problem with connecting my k3s cluster to GitLab Docker Registry.
On cluster I got created secret in default namespace like this
kubectl create secret docker-registry regcred --docker-server=...
Mindexpanding asked 13/1, 2023 at 17:0
0
I've begun a GitOps journey with k8s and argoCD using separate repos for app source and deployment files (manifests, environment config, etc), and I'm trying to figure out, how I would ensure a suc...
Lynelllynelle asked 25/3, 2022 at 15:28
2
I've set up a Continuous Delivery pipeline with Flux v2 (since Flux v1 is deprecated), and it's working fine.
On the other side, I saw that Argo and Flux started a merge by the end of 2019 (please ...
Manchineel asked 25/3, 2021 at 16:1
1
Solved
I have what I would consider a common use case but I am really struggling to find a solution:
I want to reuse a variable in Kustomize patches in our deployments. Specifically, we are using commit I...
Diptych asked 28/9, 2021 at 15:33
2
We have an ArgoCD project. In this project we have multiple apps (lets call them A, B, and C), which pass messages to each other via a Kafka cluster. In order to do this the topics need to be creat...
Audieaudience asked 9/9, 2020 at 7:34
3
Solved
I'm using ArgoCD and I want to track files under different subdirectories. I've setted the path as ./root_directory, but I would like to track also files in the subdirectories of root_directory. Fo...
Melanoid asked 10/9, 2020 at 12:42
1
© 2022 - 2025 — McMap. All rights reserved.