fix: add ExternalSecret for wings-valheim config from Vault
This commit is contained in:
@@ -0,0 +1,18 @@
|
|||||||
|
apiVersion: external-secrets.io/v1
|
||||||
|
kind: ExternalSecret
|
||||||
|
metadata:
|
||||||
|
name: wings-valheim-config
|
||||||
|
namespace: game-servers
|
||||||
|
spec:
|
||||||
|
refreshInterval: 1h
|
||||||
|
secretStoreRef:
|
||||||
|
name: orion-vault
|
||||||
|
kind: ClusterSecretStore
|
||||||
|
target:
|
||||||
|
name: wings-valheim-config
|
||||||
|
creationPolicy: Owner
|
||||||
|
data:
|
||||||
|
- secretKey: config.yml
|
||||||
|
remoteRef:
|
||||||
|
key: Talos Cluster/wings/valheim
|
||||||
|
property: config
|
||||||
Reference in New Issue
Block a user