1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 17:55:10 +03:00

add k8s cred type to awxkit

This commit is contained in:
Mat Wilson 2019-09-11 17:08:52 -07:00 committed by Shane McDonald
parent 8fabb1f10d
commit ad1e7c46c3
No known key found for this signature in database
GPG Key ID: 6F374AF6E9EB9374

View File

@ -80,6 +80,7 @@ credential_type_name_to_config_kind_map = {
'ansible tower': 'tower',
'google compute engine': 'gce',
'insights': 'insights',
'openshift or kubernetes api bearer token': 'kubernetes',
'microsoft azure classic (deprecated)': 'azure_classic',
'microsoft azure resource manager': 'azure_rm',
'network': 'net',