Skip to content

Commit

Permalink
fix: use prowlarr api key as env
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Dec 5, 2023
1 parent f8ced09 commit d54ee81
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
- path: /config
config-file:
type: configMap
name: cross-seed-configmap # overriden by kustomizeconfig
name: cross-seed-configmap
globalMounts:
- path: /config/config.js
subPath: config.js
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ configMapGenerator:
- name: cross-seed-configmap
files:
- config.js=./config/config.js
configurations:
- ./patches/kustomizeconfig.yaml
generatorOptions:
disableNameSuffixHash: true
annotations:
kustomize.toolkit.fluxcd.io/substitute: disabled

This file was deleted.

0 comments on commit d54ee81

Please sign in to comment.