Skip to content

Commit

Permalink
Remove value removed from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
fiunchinho committed Nov 13, 2023
1 parent 8e03276 commit b36fc3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions helm/cilium/templates/cilium-agent/podsecuritypolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ spec:
hostIPC: false
hostPID: false
hostPorts:
{{- if .Values.hubble.peerService.enabled }}
- min: {{ .Values.hubble.peerService.targetPort }}
max: {{ .Values.hubble.peerService.targetPort }}
{{- end }}
{{- if .Values.hubble.metrics.enabled }}
- min: {{ .Values.hubble.metrics.port }}
max: {{ .Values.hubble.metrics.port }}
Expand Down
6 changes: 3 additions & 3 deletions vendir.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: vendir.k14s.io/v1alpha1
directories:
- contents:
- git:
commitTitle: Migrate proxy.prometheus.port to envoy.prometheus.port
sha: 7d82c9c436b9343a6a95f7dc48a4e0e7bf7b6cbd
commitTitle: Remove hubble.peerService.enabled as it's been removed from upstream
sha: b7de5734fbefde8926daeae400b76454f7fb4a7c
tags:
- v1.14.3-21-g7d82c9c436
- v1.14.3-22-gb7de5734fb
path: cilium
path: vendor
- contents:
Expand Down

0 comments on commit b36fc3b

Please sign in to comment.