Skip to content

Commit

Permalink
Merge pull request #129 from adberger/master
Browse files Browse the repository at this point in the history
[vcluster]: Template empty string instead of nil
  • Loading branch information
adberger authored Mar 11, 2024
2 parents 2e3776f + 38572f7 commit 603d8c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/vcluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: vcluster
description: Virtual Kubernetes Cluster
type: application
version: 0.5.6
version: 0.5.7
appVersion: 0.1.0
keywords:
- vcluster
Expand Down
2 changes: 1 addition & 1 deletion charts/vcluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__This Chart is under active development! We try to improve documentation and values consistency over time__

![Version: 0.5.6](https://img.shields.io/badge/Version-0.5.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.5.7](https://img.shields.io/badge/Version-0.5.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Virtual Kubernetes Cluster

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
url: {{ .url | default "blackbox-exporter-prometheus-blackbox-exporter:9115" }}
path: {{ .path | default "/probe" }}
scheme: {{ .scheme | default "http" }}
proxyUrl: {{ .proxyUrl | default ""}}
proxyUrl: {{ .proxyUrl | default "" | quote }}
{{- end }}
targets:
staticConfig:
Expand Down

0 comments on commit 603d8c8

Please sign in to comment.