How do I use values file from a private repo to be used to install a helm chart from a public repo
I have a scenario where I want to create an argoCD application – Nginx-ingress – using it official helm chart. But in the valueFiles
field, I want to source from my own private repository. This is what I’ve tried
: can’t evaluate field name in type interface
My Kubernetes template snippet is below:
what is the tls.crt in argocd-secret on k8s used for?
I am deploying k8s on prem with argocd and as part of the preparation I am checking the certificate validation and expiry.
We intend to connect to all svc on ui with http as this is a private network, so my only concern is any certs that are used for internal communication in the cluster.
what is the tls.crt in argocd-secret on k8s used for?
I am deploying k8s on prem with argocd and as part of the preparation I am checking the certificate validation and expiry.
We intend to connect to all svc on ui with http as this is a private network, so my only concern is any certs that are used for internal communication in the cluster.