Allow insecure argo, as its not exposed anyway and would be fronted by ingress-nginx anyway. Allows for http webhooks.
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
dab777f748
commit
29e535cb29
1 changed files with 8 additions and 0 deletions
|
@ -24,3 +24,11 @@ patches:
|
||||||
version: v1
|
version: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
name: argocd-cm
|
name: argocd-cm
|
||||||
|
|
||||||
|
- patch: |-
|
||||||
|
- op: add
|
||||||
|
path: /spec/template/spec/containers/0/args/-
|
||||||
|
value: --insecure=true
|
||||||
|
target:
|
||||||
|
kind: Deployment
|
||||||
|
name: argocd-server
|
||||||
|
|
Loading…
Add table
Reference in a new issue