diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-05-06 15:41:48 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-05-09 12:52:06 -0400 |
| commit | d222b649385de9d0a479946795bb8f5116e2d7a3 (patch) | |
| tree | a9e15f6bfcee099346198be7f1a1e597a48cd56f /cmd | |
| parent | a1aa80c0279511dc0247d621ad53c36f28319f42 (diff) | |
| download | x-d222b649385de9d0a479946795bb8f5116e2d7a3.tar.xz x-d222b649385de9d0a479946795bb8f5116e2d7a3.zip | |
cmd/sapientwindex: use 1password secrets
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/sapientwindex/manifest.yaml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/cmd/sapientwindex/manifest.yaml b/cmd/sapientwindex/manifest.yaml index 694f2e9..f6de675 100644 --- a/cmd/sapientwindex/manifest.yaml +++ b/cmd/sapientwindex/manifest.yaml @@ -5,6 +5,8 @@ metadata: name: sapientwindex labels: app.kubernetes.io/name: sapientwindex + annotations: + operator.1password.io/auto-restart: "true" spec: replicas: 1 selector: @@ -23,4 +25,11 @@ spec: valueFrom: secretKeyRef: name: sapientwindex - key: DISCORD_WEBHOOK_URL
\ No newline at end of file + key: DISCORD_WEBHOOK_URL +--- +apiVersion: onepassword.com/v1 +kind: OnePasswordItem +metadata: + name: sapientwindex +spec: + itemPath: "vaults/lc5zo4zjz3if3mkeuhufjmgmui/items/cqervqahekvmujrlhdaxgqaffi"
\ No newline at end of file |
