Merge pull request #19 from itscaro/qtran/badge

Update badge to reflect Github Action status
This commit is contained in:
Yusuke Kuoka 2022-04-06 08:36:23 +09:00 committed by GitHub
commit f7eb4a9e3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# Helmfile [![CircleCI](https://circleci.com/gh/roboll/helmfile.svg?style=svg)](https://circleci.com/gh/roboll/helmfile) # Helmfile [![Tests](https://github.com/helmfile/helmfile/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/helmfile/helmfile/actions/workflows/ci.yaml?query=branch%3Amain)
Deploy Kubernetes Helm Charts 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 `.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). 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 ```yaml
foo.bar: "mysupersecretstring" foo.bar: "mysupersecretstring"
``` ```