diff --git a/components/ua/user-exchange-publisher/overlays/dev/static-secret.yaml b/components/ua/user-exchange-publisher/overlays/dev/static-secret.yaml new file mode 100644 index 00000000..855cb4bd --- /dev/null +++ b/components/ua/user-exchange-publisher/overlays/dev/static-secret.yaml @@ -0,0 +1,16 @@ +apiVersion: secrets.hashicorp.com/v1beta1 +kind: VaultStaticSecret +metadata: + name: user-exchange-publisher + namespace: apps +spec: + type: kv-v2 + refreshAfter: 30s + vaultAuthRef: static-auth + + mount: user-exchange + path: dev/publisher + destination: + name: user-exchange-publisher + overwrite: true + create: true