[reverse-proxy] minor fix to not chomp of left whitspace (#1570)

This commit is contained in:
Vikas Pogu 2022-05-17 11:27:08 -05:00 committed by GitHub
parent 2a11166887
commit 16accfa8c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
--- ---
apiVersion: v2 apiVersion: v2
version: 2.3.2 version: 2.3.3
description: Creates ingress reverse-proxies for external hosts with minimum boilerplate description: Creates ingress reverse-proxies for external hosts with minimum boilerplate
name: reverse-proxy name: reverse-proxy
appVersion: 1.2.0 appVersion: 1.2.0
@ -21,5 +21,5 @@ dependencies:
version: 4.4.2 version: 4.4.2
annotations: annotations:
artifacthub.io/changes: |- artifacthub.io/changes: |-
- kind: changed - kind: fixed
description: Upgraded `common` chart dependency to version 4.4.2 description: Minor bug fix to not trim whitespace for endpoint objects

View File

@ -95,7 +95,7 @@ N/A
## Changelog ## Changelog
### Version 2.3.2 ### Version 2.3.3
#### Added #### Added
@ -103,11 +103,11 @@ N/A
#### Changed #### Changed
* Upgraded `common` chart dependency to version 4.4.2 N/A
#### Fixed #### Fixed
N/A * Fixed template to not trim whitespace for the endpoint object
### Older versions ### Older versions

View File

@ -1,7 +1,7 @@
{{- include "common.values.setup" . -}} {{- include "common.values.setup" . -}}
{{- range .Values.instances }} {{- range .Values.instances }}
{{- if or ( not ( hasKey . "enabled" ) ) .enabled }} {{- if or ( not ( hasKey . "enabled" ) ) .enabled }}
{{- if .ip -}} {{- if .ip }}
--- ---
apiVersion: v1 apiVersion: v1
kind: Endpoints kind: Endpoints