forked from innovacion/playground
add deployment manifests
This commit is contained in:
14
.k8s/secrets.yaml
Normal file
14
.k8s/secrets.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: external-secrets.io/v1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: playground-vault
|
||||
namespace: apps
|
||||
spec:
|
||||
refreshInterval: "15s"
|
||||
secretStoreRef:
|
||||
name: vault-backend
|
||||
kind: ClusterSecretStore
|
||||
target:
|
||||
name: playground-secret
|
||||
dataFrom:
|
||||
- key: playground
|
||||
Reference in New Issue
Block a user