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 b4ce81b commit df7cce0Copy full SHA for df7cce0
src/Shared/Components/CMCS/constants.ts
@@ -1,7 +1,7 @@
1
import { CMSecretExternalType, CMSecretYamlData } from '@Shared/Services'
2
import { ConfigMapSecretDataTypeOptionType } from './types'
3
4
-export const CONFIG_MAP_SECRET_YAML_PARSE_ERROR = 'Could not parse to valid YAML'
+export const CONFIG_MAP_SECRET_YAML_PARSE_ERROR = 'Please provide valid YAML'
5
export const SECRET_TOAST_INFO = {
6
BOTH_STORE_AVAILABLE: 'Please use either secretStore or secretStoreRef',
7
CHECK_KEY_SECRET_KEY: 'Please check key and secretKey',
0 commit comments