Update badge to reflect Github Action status
Signed-off-by: Quan TRAN <account@itscaro.me>
This commit is contained in:
parent
4247b97eb1
commit
eed489efc1
|
|
@ -1,4 +1,4 @@
|
|||
# Helmfile [](https://circleci.com/gh/roboll/helmfile)
|
||||
# Helmfile [](https://github.com/helmfile/helmfile/actions/workflows/ci.yaml?query=branch%3Amain)
|
||||
|
||||
Deploy Kubernetes Helm Charts
|
||||
|
||||
|
|
@ -897,7 +897,7 @@ First you must have the [helm-secrets](https://github.com/jkroepke/helm-secrets)
|
|||
`.sops.yaml` file to configure the method of encryption (this can be in the same directory as your helmfile or
|
||||
in the sub-directory containing your secrets files).
|
||||
|
||||
Then suppose you have a a foo.bar secret defined in `environments/production/secrets.yaml`:
|
||||
Then suppose you have a secret `foo.bar` defined in `environments/production/secrets.yaml`:
|
||||
```yaml
|
||||
foo.bar: "mysupersecretstring"
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue