From f522ba320bd24cc44077fbdffc67d8268b74c1f8 Mon Sep 17 00:00:00 2001 From: Erik Osterman Date: Wed, 3 Apr 2019 06:36:17 -0700 Subject: [PATCH] Add slack links (#533) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: