Skip to content

Commit

Permalink
Rename deploymentKind to resourceType for PVC
Browse files Browse the repository at this point in the history
  • Loading branch information
PKizzle committed Dec 9, 2023
1 parent ddabdd2 commit eb38e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/vaultwarden/templates/pvc.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if eq (include "vaultwarden.deploymentKind" .) "Deployment" }}
{{- if eq (include "vaultwarden.resourceType" .) "Deployment" }}
{{- range $pvc := (fromYaml (include "vaultwarden.pvcSpec" .)).volumeClaimTemplates }}
---
apiVersion: v1
Expand Down

0 comments on commit eb38e42

Please sign in to comment.