mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-11 08:23:45 +00:00
16 lines
353 B
YAML
16 lines
353 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ../../base
|
|
patches:
|
|
- path: region.yaml
|
|
- target:
|
|
group: agones.dev
|
|
version: v1
|
|
kind: Fleet
|
|
name: cosmic-clash-game
|
|
patch: |-
|
|
- op: replace
|
|
path: /spec/template/spec/template/spec/containers/0/args/18
|
|
value: --region=NA
|