Skip to content

Commit

Permalink
chore: update custom network properties key
Browse files Browse the repository at this point in the history
  • Loading branch information
codyshoffner committed Dec 9, 2024
1 parent 4b010ed commit aa54433
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ storage:
namespace: minio
port: 9000

# custom:
# additionalNetworkAllow:
# # Notice no `remoteGenerated` field here on custom internal rule
# - direction: Ingress
# selector:
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Network policies are controlled via the `uds-mattermost-config` chart in accorda

- `postgres`: sets network policies for accessing a Postgres database from the Mattermost pod
- `storage`: sets network policies for accessing S3-compatible object storage from the Mattermost pod
- `custom`: sets custom network policies for the Mattermost namespace - this allows for custom integrations with other services
- `additionalNetworkAllow`: sets custom network policies for the Mattermost namespace - this allows for custom integrations with other services

## Database

Expand Down

0 comments on commit aa54433

Please sign in to comment.