diff options
| author | AdheipSingh <adheip1222@gmail.com> | 2022-11-27 17:21:10 +0530 |
|---|---|---|
| committer | AdheipSingh <adheip1222@gmail.com> | 2022-11-27 17:21:10 +0530 |
| commit | 144e592239d8dd437e8001fcc1ed9b63cac65f97 (patch) | |
| tree | eb650c7d6f5c569c53c8f89aa96b8d33e03ac0d9 /communication | |
| parent | 0bdd8dc7789527033be6f8b48551b668917c2672 (diff) | |
add druid operator channel
Diffstat (limited to 'communication')
| -rw-r--r-- | communication/slack-config/channels.yaml | 1 | ||||
| -rw-r--r-- | communication/slack-config/usergroups.yaml | 8 | ||||
| -rw-r--r-- | communication/slack-config/users.yaml | 1 |
3 files changed, 10 insertions, 0 deletions
diff --git a/communication/slack-config/channels.yaml b/communication/slack-config/channels.yaml index 11e72f1c..cbef8f4f 100644 --- a/communication/slack-config/channels.yaml +++ b/communication/slack-config/channels.yaml @@ -98,6 +98,7 @@ channels: - name: dra - name: draft-dev - name: draft-users + - name: druid-operator - name: eks - name: elastickube - name: elk-charts diff --git a/communication/slack-config/usergroups.yaml b/communication/slack-config/usergroups.yaml index f814a01a..6edfe856 100644 --- a/communication/slack-config/usergroups.yaml +++ b/communication/slack-config/usergroups.yaml @@ -219,6 +219,14 @@ usergroups: - vladimirmukhin - wurbanski + - name: druid-operator-maintainers + long_name: Druid Operator Maintainers + description: Dev and Support group for Druid Operator. + channels: + - druid-operator + members: + - adheipsingh + - name: devfile-devs long_name: Devfile Development Team description: Active developers of Devfile on #devfile diff --git a/communication/slack-config/users.yaml b/communication/slack-config/users.yaml index 70583cf5..20f308ce 100644 --- a/communication/slack-config/users.yaml +++ b/communication/slack-config/users.yaml @@ -2,6 +2,7 @@ # usernames to Kubernetes Slack user IDs. users: adisky: U9YRVLTEH + adheipsingh: T09NY5SBT alejandrox1: U6AS37R50 aleksandra-malinowska: U357LUPHS alexander-demicev: UR7UCR7RV |
