feat: deploy Wings instance for 7 Days to Die #92
@@ -0,0 +1,23 @@
|
||||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: wings-7d2d-config
|
||||
namespace: game-servers
|
||||
spec:
|
||||
refreshInterval: 1h
|
||||
secretStoreRef:
|
||||
name: vault-secret-store
|
||||
kind: ClusterSecretStore
|
||||
target:
|
||||
name: wings-7d2d-config
|
||||
template:
|
||||
engineVersion: v2
|
||||
data:
|
||||
- secretKey: config
|
||||
remoteRef:
|
||||
key: secret/data/Talos Cluster/wings/7d2d
|
||||
property: config
|
||||
- secretKey: api_key
|
||||
remoteRef:
|
||||
key: secret/data/Talos Cluster/wings/7d2d
|
||||
property: api_key
|
||||
Reference in New Issue
Block a user