Skip to content

Commit

Permalink
fix: do not "patch" BungeeCord config
Browse files Browse the repository at this point in the history
  • Loading branch information
kory33 committed Sep 21, 2023
1 parent 6e5c130 commit 900b1be
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 79 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ transformers:
resources:
- "../../../app-templates/minecraft-gateway-bungeecord"
- "./bungeecord-config.yaml"
- "./bungeesemaphore-redis.yaml"
- "./redisbungee-redis.yaml"

patchesStrategicMerge:
- "bungeecord-config-patch.yaml"
- "bungeecord-metrics-patch.yaml"
- "bungeecord-plugin-configs-patch.yaml"
- "service-bungeecord-loadbalancer.yaml"
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ kind: Kustomization
namespace: seichi-gateway
resources:
- "../../../app-templates/minecraft-gateway-bungeecord"
- "./bungeecord-config.yaml"

patchesStrategicMerge:
- "bungeecord-config-patch.yaml"
- "bungeecord-metrics-patch.yaml"
- "bungeecord-plugin-configs-patch.yaml"
- "service-bungeecord-loadbalancer.yaml"
Expand Down

0 comments on commit 900b1be

Please sign in to comment.