Skip to content

Commit

Permalink
chore: update custom network properties key (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyshoffner authored Dec 10, 2024
1 parent f583b6b commit 9826552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/templates/uds-package-minio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ spec:


# Custom rules for unanticipated scenarios
{{- range .Values.custom }}
{{- range .Values.additionalNetworkAllow }}
- direction: {{ .direction }}
selector:
{{ .selector | toYaml | nindent 10 }}
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ apps: []
mcImage: ""
mcShell: ""

custom: []
additionalNetworkAllow: []

0 comments on commit 9826552

Please sign in to comment.