mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-11 19:53:42 +00:00
15 lines
264 B
YAML
15 lines
264 B
YAML
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: control-plane
|
|
namespace: cosmic-clash
|
|
automountServiceAccountToken: false
|
|
---
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: match-server
|
|
namespace: cosmic-clash
|
|
automountServiceAccountToken: false
|
|
|