fix: Add to default whitelist

This commit is contained in:
2026-02-17 17:13:36 +01:00
parent 6488e9b5c3
commit e36d36951c
2 changed files with 2 additions and 4 deletions
-4
View File
@@ -283,10 +283,6 @@ applicationSet:
ingressClassName: nginx
annotations:
cert-manager.io/cluster-issuer: {{ .Values.clusterConfig.ingress_clusterissuer }}
{{- with .Values.clusterConfig.ingress_whitelist}}
# NOTE(kai): include gitlab and github webhook ranges
nginx.ingress.kubernetes.io/whitelist-source-range: {{ join "," . }},37.27.203.38/28
{{- end }}
hostname: "argocd-applicationset.{{ .Values.clusterConfig.domain }}"
tls:
- secretName: argocd-applicationset-tls
+2
View File
@@ -27,3 +27,5 @@ clusterConfig:
- 192.168.0.0/16
- 172.19.255.0/24
- 100.64.0.0/12
# hel1
- 37.27.203.38/28