Skip to content

Commit

Permalink
fix(cd): helm pvc clean up after pr close (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp authored Oct 19, 2024
1 parent 6497824 commit aa0e5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
type: string
remove_pvc:
required: false
default: data-${{ inputs.repository }}-${{ inputs.target }}-bitnami-pg-0
default: data-${{ github.event.repository.name }}-${{ github.event.number }}-bitnami-pg-0
type: string
description: 'Comma separated list of PVCs to remove'

Expand Down

0 comments on commit aa0e5e0

Please sign in to comment.