Skip to content

Commit

Permalink
🔒 Set ArgoCD server configuration to insecure and plaintext connectio…
Browse files Browse the repository at this point in the history
…ns. (#210)
  • Loading branch information
gregkonush authored Aug 28, 2024
1 parent 576ede0 commit 50ff72d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/argocd-image-updater/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ config:
applicationsAPIKind: "argocd"
argocd:
serverAddress: "argocd-server.argocd.svc.cluster.local"
insecure: true
plaintext: true
logLevel: debug
registries:
- name: gitea-registry
Expand Down

0 comments on commit 50ff72d

Please sign in to comment.