summaryrefslogtreecommitdiff
path: root/generator
diff options
context:
space:
mode:
authork8s-ci-robot <k8s-ci-robot@users.noreply.github.com>2018-08-08 15:46:48 -0700
committerGitHub <noreply@github.com>2018-08-08 15:46:48 -0700
commitc8accb41b80887f79aa6e58ad8addc75ce65ac26 (patch)
tree096f448d84feef4294040920a32c7a5c08aa0e06 /generator
parent189d4931a5a3543acf742fcc46c35eeec53bc7ff (diff)
parentc8b2aeb9d21513bc451dae44e22cf0fc79775195 (diff)
Merge pull request #2500 from spiffxp/rm-google-groups
Remove github team google groups from SIG READMEs
Diffstat (limited to 'generator')
-rw-r--r--generator/sig_readme.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/generator/sig_readme.tmpl b/generator/sig_readme.tmpl
index 4062dd28..fbaafbbb 100644
--- a/generator/sig_readme.tmpl
+++ b/generator/sig_readme.tmpl
@@ -92,9 +92,9 @@ The google groups contain the archive of Github team notifications.
Mentioning a team on Github will CC its group.
Monitor these for Github activity if you are not a member of the team.
-| Team Name | Details | Google Groups | Description |
-| --------- |:-------:|:-------------:| ----------- |
+| Team Name | Details | Description |
+| --------- |:-------:| ----------- |
{{- range .Contact.GithubTeams }}
-| @kubernetes/{{.Name}} | [link](https://github.com/orgs/kubernetes/teams/{{.Name}}) | [link](https://groups.google.com/forum/#!forum/kubernetes-{{.Name}}) | {{.Description}} |
+| @kubernetes/{{.Name}} | [link](https://github.com/orgs/kubernetes/teams/{{.Name}}) | {{.Description}} |
{{- end }}
{{ end }}