Skip to content

Commit

Permalink
fix: do not override namespace of argocd-scoped resources
Browse files Browse the repository at this point in the history
  • Loading branch information
kory33 committed Sep 21, 2023
1 parent ad078a1 commit 9d212d3
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: seichi-debug-gateway

transformers:
- |-
apiVersion: builtin
kind: NamespaceTransformer
metadata:
name: ns-transformer
namespace: seichi-debug-gateway
unsetOnly: true
resources:
- "../../../app-templates/minecraft-gateway-bungeecord"
- "./bungeesemaphore-redis.yaml"
Expand Down

0 comments on commit 9d212d3

Please sign in to comment.