diff --git a/README.md b/README.md index c0bac61f..86513c3b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Deploy Kubernetes Helm Charts [![Docker Repository on Quay](https://quay.io/repository/roboll/helmfile/status "Docker Repository on Quay")](https://quay.io/repository/roboll/helmfile) +[![Slack Community #helmfile](https://slack.sweetops.com/badge.svg)](https://slack.sweetops.com) ## status @@ -758,10 +759,12 @@ Use the [Helmfile Best Practices Guide](/docs/writing-helmfile.md) to write adva - Default values - Layering -We also have dedicated documentations for the following topics you might be interested: +We also have dedicated documentation on the following topics which might interest you: - [Shared Configurations Across Teams](/docs/shared-configurations-across-teams.md) +Or join our friendly slack community in the [`#helmfile`](https://slack.sweetops.com) channel to ask questions and get help. Check out our [slack archive](https://archive.sweetops.com/helmfile/) for good examples of how others are using it. + ## Using env files Helmfile itself doesn't have an ability to load env files. But you can write some bash script to achieve the goal: