Skip to content

Commit f325a55

Browse files
committed
docs(k8s): add External Secrets sample manifest
1 parent 362efc1 commit f325a55

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
apiVersion: external-secrets.io/v1beta1
2+
kind: ExternalSecret
3+
metadata:
4+
name: chm-secrets
5+
spec:
6+
refreshInterval: 1h
7+
secretStoreRef:
8+
name: my-secret-store
9+
kind: ClusterSecretStore
10+
target:
11+
name: chm-app-secrets
12+
data:
13+
- secretKey: CHM_HISTORY_DIR
14+
remoteRef:
15+
key: /apps/chat-history-manager/history-dir
16+

0 commit comments

Comments
 (0)