Sign in
third-party-mirror
/
hashicorp
/
vault
/
582d46ed083b261003e36565a870f396144c4826
/
.
/
v1.14.5
/
ui
/
lib
/
kubernetes
/
config
/
environment.js
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
;
};