Skip to content

Commit 8faea73

Browse files
committed
adding tests
1 parent 6b88bcd commit 8faea73

5 files changed

+10
-0
lines changed

tests/clustergroup-industrial-edge-factory.expected.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,8 @@ metadata:
443443
annotations:
444444
argocd.argoproj.io/compare-options: IgnoreExtraneous
445445
spec:
446+
# Adding health checks to argocd to prevent pvc resources
447+
# that aren't bound state from blocking deployments
446448
resourceCustomizations: |
447449
PersistentVolumeClaim:
448450
health.lua: |

tests/clustergroup-industrial-edge-hub.expected.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,6 +1076,8 @@ metadata:
10761076
annotations:
10771077
argocd.argoproj.io/compare-options: IgnoreExtraneous
10781078
spec:
1079+
# Adding health checks to argocd to prevent pvc resources
1080+
# that aren't bound state from blocking deployments
10791081
resourceCustomizations: |
10801082
PersistentVolumeClaim:
10811083
health.lua: |

tests/clustergroup-medical-diagnosis-hub.expected.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,6 +1252,8 @@ metadata:
12521252
annotations:
12531253
argocd.argoproj.io/compare-options: IgnoreExtraneous
12541254
spec:
1255+
# Adding health checks to argocd to prevent pvc resources
1256+
# that aren't bound state from blocking deployments
12551257
resourceCustomizations: |
12561258
PersistentVolumeClaim:
12571259
health.lua: |

tests/clustergroup-naked.expected.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,8 @@ metadata:
266266
annotations:
267267
argocd.argoproj.io/compare-options: IgnoreExtraneous
268268
spec:
269+
# Adding health checks to argocd to prevent pvc resources
270+
# that aren't bound state from blocking deployments
269271
resourceCustomizations: |
270272
PersistentVolumeClaim:
271273
health.lua: |

tests/clustergroup-normal.expected.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -841,6 +841,8 @@ metadata:
841841
annotations:
842842
argocd.argoproj.io/compare-options: IgnoreExtraneous
843843
spec:
844+
# Adding health checks to argocd to prevent pvc resources
845+
# that aren't bound state from blocking deployments
844846
resourceCustomizations: |
845847
PersistentVolumeClaim:
846848
health.lua: |

0 commit comments

Comments
 (0)