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 367c9f7 commit d3b8154Copy full SHA for d3b8154
src/components/ConfigMapSecret/ConfigMapSecret.components.tsx
@@ -740,6 +740,7 @@ export const convertToValidValue = (k: any): string => {
740
const replacePattern = /\s/g
741
return k.toString().replace(replacePattern, '')
742
}
743
+ return k.toString()
744
745
746
export function validateKeyValuePair(arr: KeyValue[]): KeyValueValidated {
0 commit comments