Skip to content

Commit

Permalink
Added resource policy to keep payload-pvc-nfs
Browse files Browse the repository at this point in the history
  • Loading branch information
pielas committed Jun 20, 2024
1 parent 37f4956 commit 7817e83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/templates/flink-k8s-operator/shared-volume-pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: payload-pvc-nfs
annotations:
"helm.sh/resource-policy": keep
spec:
accessModes:
- ReadWriteMany
Expand Down

0 comments on commit 7817e83

Please sign in to comment.