Add slack links (#533)
This commit is contained in:
parent
8f1a15c9cd
commit
f522ba320b
|
|
@ -3,6 +3,7 @@
|
||||||
Deploy Kubernetes Helm Charts
|
Deploy Kubernetes Helm Charts
|
||||||
|
|
||||||
[](https://quay.io/repository/roboll/helmfile)
|
[](https://quay.io/repository/roboll/helmfile)
|
||||||
|
[](https://slack.sweetops.com)
|
||||||
|
|
||||||
## status
|
## status
|
||||||
|
|
||||||
|
|
@ -758,10 +759,12 @@ Use the [Helmfile Best Practices Guide](/docs/writing-helmfile.md) to write adva
|
||||||
- Default values
|
- Default values
|
||||||
- Layering
|
- 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)
|
- [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
|
## 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:
|
Helmfile itself doesn't have an ability to load env files. But you can write some bash script to achieve the goal:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue