fix: Add to default whitelist
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user