You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Split alias by / and get second to last element KubeSecretType
550
550
varsplitAlias=jobCertObj.Alias.Split("/");
551
+
if(splitAlias.Length<2)
552
+
{
553
+
varinvalidAliasErrMsg="Invalid alias format for K8SNS store type. Alias pattern: `<secret_type>/<secret_name>` where `secret_type` is one of 'opaque' or 'tls' and `secret_name` is the name of the secret.";
0 commit comments