blob: 8c5c7a7ebd8f92e19d20e5052944292c54130bd7 [file] [log] [blame]
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
/* eslint-env node */
'use strict';
module.exports = function (environment) {
const ENV = {
modulePrefix: 'kubernetes',
environment,
};
return ENV;
};