blob: 9b15a99f238bd6813aa7d86b21045d2f7e6bd74f (
plain)
1
2
3
4
5
6
7
8
|
from .settings import * # pylint: disable=W0614
""" Specific Status Check settings."""
SERVICE_NAME = "Status Check"
SERVICE_DETAILS = "Checks status of all k8s resources in the selected namespace"
SERVICE_COMPONENTS = "ALL"
STATUS_RESULTS_DIRECTORY = "/tmp"
STORE_ARTIFACTS = True
|