We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07940c8 commit 9ee3f2eCopy full SHA for 9ee3f2e
tests/unit_tests/test_helm_chart.py
@@ -600,7 +600,10 @@ def test_persistent_volume_claim_exists(
600
"kind": "PersistentVolumeClaim",
601
"metadata": {
602
"name": "blueapi-scratch-0.1.0",
603
- "annotations": {"helm.sh/resource-policy": "keep"},
+ "annotations": {
604
+ "helm.sh/resource-policy": "keep",
605
+ "argocd.argoproj.io/sync-options": "Delete=false",
606
+ },
607
},
608
"spec": {
609
"accessModes": ["ReadWriteMany"],
0 commit comments