Skip to content

Commit

Permalink
move directory creation to valkey-part
Browse files Browse the repository at this point in the history
  • Loading branch information
reneradoi committed Jun 17, 2024
1 parent d13b102 commit 33af4fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ parts:
overlay-script: |
set -x
useradd -R $CRAFT_OVERLAY -M -U -r valkey
override-prime: |
craftctl default
mkdir $CRAFT_PRIME/var/lib/valkey
chown valkey $CRAFT_PRIME/var/lib/valkey
valkey:
plugin: nil
after:
- valkey-user
stage-snaps:
- charmed-valkey/latest/edge
override-prime: |
craftctl default
mkdir $CRAFT_PRIME/var/lib/valkey
chown valkey $CRAFT_PRIME/var/lib/valkey
redis_exporter:
plugin: go
after:
Expand Down

0 comments on commit 33af4fd

Please sign in to comment.