Skip to content

Commit

Permalink
fix(Vault): remove persistentVolumeClaimRetentionPolicy from Stateful…
Browse files Browse the repository at this point in the history
…Set (#267)
  • Loading branch information
kosmoz committed Aug 24, 2023
1 parent 7c16834 commit 4a1632f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ class VaultStatefulSet : CRUDKubernetesDependentResource<StatefulSet, Vault>(Sta
}
}
}
persistentVolumeClaimRetentionPolicy(whenScaled = "Retain", whenDeleted = "Delete")
}

template {
Expand Down

0 comments on commit 4a1632f

Please sign in to comment.