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 7f6ca6f commit d391d04Copy full SHA for d391d04
tests/manifests/__init__.py
@@ -545,9 +545,7 @@ def _get_all_deployables_details() -> set[DeployableDetails]:
545
all_deployables_details = _get_all_deployables_details()
546
547
548
-_extra_values_files_to_test: list[str] = [
549
- "example-default-enabled-components-values.yaml"
550
-]
+_extra_values_files_to_test: list[str] = ["example-default-enabled-components-values.yaml"]
551
552
_extra_workloads_files_to_test = [
553
"matrix-authentication-service-synapse-syn2mas-dry-run-secrets-in-helm-values.yaml",
tests/manifests/test_pod_idempotency.py
@@ -1,4 +1,4 @@
1
-# Copyright 2024 New Vector Ltd
+# Copyright 2024-2025 New Vector Ltd
2
#
3
# SPDX-License-Identifier: AGPL-3.0-only
4
0 commit comments