diff options
| -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 1df8ac96..db89b6b0 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 7914cfca..13617746 100644 --- a/communication/slack-config/usergroups.yaml +++ b/communication/slack-config/usergroups.yaml @@ -220,6 +220,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 dab4da95..e503dd6e 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 |
