Skip to content

Commit

Permalink
fix: Remove kubeconfig type when create credential (#4222)
Browse files Browse the repository at this point in the history
fix: remove kubeconfig type when create credential

Signed-off-by: yazhou <[email protected]>
  • Loading branch information
yazhouio authored Oct 23, 2023
1 parent f8449e3 commit 539e50b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Modals/CredentialCreate/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,10 @@ export default class CredentialModal extends React.Component {
label: t('CREDENTIAL_TYPE_SECRET_TEXT'),
value: 'secret_text',
},
{
label: t('CREDENTIAL_TYPE_KUBECONFIG'),
value: 'kubeconfig',
},
// {
// label: t('CREDENTIAL_TYPE_KUBECONFIG'),
// value: 'kubeconfig',
// },
]}
disabled={isEditMode}
onChange={this.handleTypeChange}
Expand Down

0 comments on commit 539e50b

Please sign in to comment.