Skip to content

Commit

Permalink
Middleware fix for traefik-cloudflare-source-ip
Browse files Browse the repository at this point in the history
  • Loading branch information
nushkovg committed Jul 18, 2022
1 parent c89ae24 commit 0193849
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/traefik-cloudflared-source-ip/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ maintainers:
url: https://kubito.dev
apiVersion: v2
appVersion: 2.8.0
version: 1.0.2
version: 1.0.3
description: Kubito Traefik Cloudflared (Argo Tunnel) Real IP Helm Chart
home: https://github.com/kubitodev/helm/tree/main/charts/traefik-cloudflared-source-ip
icon: https://kubito.dev/images/kubito.svg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ metadata:
spec:
plugin:
cloudflared-source-ip:
excludednets:
- {{ .Values.middleware.excludedNets }}
excludednets: |-
{{- range .Values.middleware.excludedNets }}
- {{ . | quote }}
{{- end }}

0 comments on commit 0193849

Please sign in to comment.