GitOps is an operational framework that takes DevOps best practices used for application development such as version control, collaboration, compliance, and CI/CD, and applies them to infrastructure automation.
Questions tagged [gitops]
3 questions
3
votes
1 answer
Why does argocd keep re-syncing my Job?
I'm deploying an application using ArgoCD. The deployment manifests include a Job that performs some one-time initialization for the application. The Job resource looks like this:
apiVersion: batch/v1
kind: Job
metadata:
labels:
…

larsks
- 43,623
- 14
- 121
- 180
0
votes
0 answers
How to handle declarative Nginx Configuration with Let's Encrypt?
I manage an nginx instance, that does http loadbalancing and TLS-Termination.
So far I generated TLS certificates manually using certbot --nginx and selecting the Host I would like to lease a certificate for.
I would like my server to poll a git…

sekthor
- 101
- 1
0
votes
1 answer
How to edit patch items in a Kustomization file for doing gitops with Helm (and avoiding patches piling up)
I'm looking for a better way to update docker images defined ina HelmRelease using GitOps, as my current method is generating noise.
After introducing Helm to a cluster I'm managing with GitOps, I'm finding some difficulties on how to properly…

RogerFC
- 344
- 1
- 2
- 11