Skip to content

Commit

Permalink
remove nonexistent rts key from network policy template
Browse files Browse the repository at this point in the history
Signed-off-by: justin hallquist <[email protected]>
  • Loading branch information
JustinHallquist committed Jan 3, 2025
1 parent 9e53dc4 commit 910f0a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bitnami/rabbitmq/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ maintainers:
name: rabbitmq
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/rabbitmq
version: 15.2.1
version: 16.0.0
2 changes: 1 addition & 1 deletion bitnami/rabbitmq/templates/networkpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
- podSelector:
matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 14 }}
{{- if .Values.networkPolicy.extraEgress }}
{{- include "common.tplvalues.render" ( dict "value" .Values.rts.networkPolicy.extraEgress "context" $ ) | nindent 4 }}
{{- include "common.tplvalues.render" ( dict "value" .Values.networkPolicy.extraEgress "context" $ ) | nindent 4 }}
{{- end }}
{{- end }}
ingress:
Expand Down

0 comments on commit 910f0a3

Please sign in to comment.