@controlplane/cli
Version:
Control Plane Corporation CLI
21 lines • 935 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.kindsToSkipHelmReleaseTagCheck = exports.CPLN_RELEASE_NAME_PREFIX = exports.CPLN_HELM_SCHEMA_LATEST_VERSION = exports.helmDeploymentStatuses = exports.schemaVersions = exports.helmListKind = exports.helmDeploymentKind = exports.workloadSecretTagDefaultValue = void 0;
exports.workloadSecretTagDefaultValue = 'secret-does-not-exist';
exports.helmDeploymentKind = 'helmDeployment';
exports.helmListKind = 'helmList';
exports.schemaVersions = ['1', '2'];
exports.helmDeploymentStatuses = [
'deployed',
'failed',
'pending-install',
'pending-rollback',
'pending-upgrade',
'superseded',
'uninstalled',
'uninstalling',
];
exports.CPLN_HELM_SCHEMA_LATEST_VERSION = '2';
exports.CPLN_RELEASE_NAME_PREFIX = 'cpln-release-';
exports.kindsToSkipHelmReleaseTagCheck = ['location', 'auditctx'];
//# sourceMappingURL=constants.js.map
;