Skip to content

Commit df7cce0

Browse files
committed
fix: update CONFIG_MAP_SECRET_YAML_PARSE_ERROR message for clarity
1 parent b4ce81b commit df7cce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Components/CMCS/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { CMSecretExternalType, CMSecretYamlData } from '@Shared/Services'
22
import { ConfigMapSecretDataTypeOptionType } from './types'
33

4-
export const CONFIG_MAP_SECRET_YAML_PARSE_ERROR = 'Could not parse to valid YAML'
4+
export const CONFIG_MAP_SECRET_YAML_PARSE_ERROR = 'Please provide valid YAML'
55
export const SECRET_TOAST_INFO = {
66
BOTH_STORE_AVAILABLE: 'Please use either secretStore or secretStoreRef',
77
CHECK_KEY_SECRET_KEY: 'Please check key and secretKey',

0 commit comments

Comments
 (0)