skip to Main Content

ArgoCD using Self signed certificate – Docker

For testing purposes, I have deployed an insecure nexus registry using self-signed certificates. I have created the rootCA, certificates and the signatures using this cheat-sheet. I have updated the certificates in the host root@master:~/cert2# sudo update-ca-certificates Updating certificates in /etc/ssl/certs...…

VIEW QUESTION

argocd: why helm app not applying values.yml – Nginx

I would like to install a helm release using argocd, i defined a helm app declaratively like the following : apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: moon namespace: argocd spec: project: aerokube source: chart: moon2 repoURL: https://charts.aerokube.com/ targetRevision: 2.4.0 helm:…

VIEW QUESTION

Redis – What is the default password of argocd?

I have installed argocd on aks using below command: kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/master/manifests/install.yaml Then I change it to load balancer service. kubectl edit svc argocd-server -n argocd Now, when I connect to argocd web…

VIEW QUESTION
Back To Top
Search