diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-05-09 12:53:05 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-05-09 12:53:05 -0400 |
| commit | d53a5ffc052469c11c5312edb51bc8590eb7d21f (patch) | |
| tree | e87ddddc784db38f52da05f829093748462eae9b /cmd | |
| parent | 7633140c29fc669607a79d5067b387ee958045c2 (diff) | |
| download | x-d53a5ffc052469c11c5312edb51bc8590eb7d21f.tar.xz x-d53a5ffc052469c11c5312edb51bc8590eb7d21f.zip | |
move onepassword secret to its own manifest
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/sapientwindex/manifest.yaml | 9 | ||||
| -rw-r--r-- | cmd/sapientwindex/xe-op-secret.yaml | 7 |
2 files changed, 8 insertions, 8 deletions
diff --git a/cmd/sapientwindex/manifest.yaml b/cmd/sapientwindex/manifest.yaml index f6de675..3308ae8 100644 --- a/cmd/sapientwindex/manifest.yaml +++ b/cmd/sapientwindex/manifest.yaml @@ -25,11 +25,4 @@ spec: valueFrom: secretKeyRef: name: sapientwindex - 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 + key: DISCORD_WEBHOOK_URL
\ No newline at end of file diff --git a/cmd/sapientwindex/xe-op-secret.yaml b/cmd/sapientwindex/xe-op-secret.yaml new file mode 100644 index 0000000..81cf6c4 --- /dev/null +++ b/cmd/sapientwindex/xe-op-secret.yaml @@ -0,0 +1,7 @@ +--- +apiVersion: onepassword.com/v1 +kind: OnePasswordItem +metadata: + name: sapientwindex +spec: + itemPath: "vaults/lc5zo4zjz3if3mkeuhufjmgmui/items/cqervqahekvmujrlhdaxgqaffi"
\ No newline at end of file |
