this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(argocd): set DNS policy for repo server

Otherwise it might randomly goes down depending on which DNS server the
host uses.

Khue Doan 38f7d894 260d6ddb

+1
+1
infra/modules/local-bootstrap/argocd.tf
··· 46 46 } 47 47 repoServer = { 48 48 hostNetwork = true 49 + dnsPolicy = "ClusterFirstWithHostNet" 49 50 } 50 51 dex = { 51 52 enabled = false