Skip to content

Commit 365ddc9

Browse files
committed
[valkey] Add container support for containerized deployments
Adds container support to the valkey plugin to enable it for containerized deployments using foremanctl/quadlet. Signed-off-by: akumari <akumari@redhat.com>
1 parent 123e225 commit 365ddc9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sos/report/plugins/valkey.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class Valkey(Plugin, IndependentPlugin):
1919
profiles = ('services',)
2020

2121
packages = ('valkey',)
22+
containers = ('valkey',)
2223

2324
var_puppet_gen = "/var/lib/config-data/puppet-generated/valkey"
2425

0 commit comments

Comments
 (0)