Skip to content

Commit

Permalink
Remove unused [github_enterprise] from ref docs (#24033)
Browse files Browse the repository at this point in the history
  • Loading branch information
mik-laj committed May 31, 2022
1 parent b55e4c3 commit ff10304
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
9 changes: 0 additions & 9 deletions airflow/config_templates/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2168,15 +2168,6 @@
type: boolean
example: ~
default: "True"
- name: github_enterprise
description: ~
options:
- name: api_rev
description: ~
version_added: ~
type: string
example: ~
default: "v3"
- name: elasticsearch
description: ~
options:
Expand Down
3 changes: 0 additions & 3 deletions airflow/config_templates/default_airflow.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1087,9 +1087,6 @@ forwardable = True
# Allow to remove source IP from token, useful when using token behind NATted Docker host.
include_ip = True

[github_enterprise]
api_rev = v3

[elasticsearch]
# Elasticsearch host
host =
Expand Down
1 change: 0 additions & 1 deletion tests/core/test_config_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
'scheduler',
'triggerer',
'kerberos',
'github_enterprise',
'elasticsearch',
'elasticsearch_configs',
'kubernetes',
Expand Down

0 comments on commit ff10304

Please sign in to comment.