Skip to content

Commit

Permalink
Update relay proxy helm README (#1106)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
Co-authored-by: thomaspoignant <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 25, 2023
1 parent 242cdcd commit e034c54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/relayproxy/helm-charts/relay-proxy/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# relay-proxy

![Version: 1.15.1](https://img.shields.io/badge/Version-1.15.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.15.1](https://img.shields.io/badge/AppVersion-v1.15.1-informational?style=flat-square)
![Version: 1.15.2](https://img.shields.io/badge/Version-1.15.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.15.2](https://img.shields.io/badge/AppVersion-v1.15.2-informational?style=flat-square)

A Helm chart to deploy go-feature-flag-relay proxy into Kubernetes

Expand Down Expand Up @@ -457,7 +457,7 @@ relayproxy.config: |
startWithRetrieverError: false
retriever:
kind: http
url: https://raw.githubusercontent.com/thomaspoignant/go-feature-flag/main/examples/retriever_file/flags.yaml
url: https://raw.githubusercontent.com/thomaspoignant/go-feature-flag/main/examples/retriever_file/flags.goff.yaml
exporter:
kind: log

Expand Down Expand Up @@ -652,4 +652,4 @@ list
</table>

## Advanced
You can edit the `values.yaml` file to enable an ingress or the autoscaling.
You can edit the `values.yaml` file to enable an ingress or the autoscaling.

0 comments on commit e034c54

Please sign in to comment.