Skip to content

Commit

Permalink
refactor: Update IP allowlist in puppetserver middleware.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Gupta <[email protected]>
  • Loading branch information
Shubham Gupta committed Aug 22, 2024
1 parent 6ad2a8a commit 5be86fe
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions argocd-helm-charts/puppetserver/templates/middleware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@ metadata:
spec:
ipAllowList:
sourceRange:
- "135.181.21.167"
- "135.181.21.154"
- "135.181.21.153"
- "135.181.223.235"
- "65.21.130.86"
- "65.21.130.85"
- "78.46.72.21"
- "176.9.124.207"
- "85.10.211.48"
- "138.201.82.121"
- "138.201.224.126"
- "172.20.0.0/16"
{{- range .Values.ipAllowedList }}
- "{{ . }}"
{{- end }}

0 comments on commit 5be86fe

Please sign in to comment.