Skip to content

Commit 9ee3f2e

Browse files
committed
Fix test json
1 parent 07940c8 commit 9ee3f2e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/unit_tests/test_helm_chart.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,10 @@ def test_persistent_volume_claim_exists(
600600
"kind": "PersistentVolumeClaim",
601601
"metadata": {
602602
"name": "blueapi-scratch-0.1.0",
603-
"annotations": {"helm.sh/resource-policy": "keep"},
603+
"annotations": {
604+
"helm.sh/resource-policy": "keep",
605+
"argocd.argoproj.io/sync-options": "Delete=false",
606+
},
604607
},
605608
"spec": {
606609
"accessModes": ["ReadWriteMany"],

0 commit comments

Comments
 (0)