chore(arr): stand up temporary torrent deployment
This commit is contained in:
parent
bb3362031d
commit
21a6942122
8 changed files with 187 additions and 0 deletions
15
apps/temp-arr/base/secret-generator.yaml
Normal file
15
apps/temp-arr/base/secret-generator.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
apiVersion: viaduct.ai/v1
|
||||
kind: ksops
|
||||
metadata:
|
||||
# Specify a name
|
||||
name: arr-secrets
|
||||
annotations:
|
||||
config.kubernetes.io/function: |
|
||||
exec:
|
||||
# if the binary is in your PATH, you can do
|
||||
path: ksops
|
||||
# otherwise, path should be relative to manifest files, like
|
||||
# path: ../../../ksops
|
||||
files:
|
||||
- ./secret.mullvad.enc.yaml
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue