fix: else spacing on ingress (#797)

Signed-off-by: Waldemar Faist <cubic@coldice.net>
This commit is contained in:
CuBiC 2021-04-16 16:04:18 +02:00 committed by GitHub
parent 64bc4e2f6f
commit 04dbdccaff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
name: bitwardenrs name: bitwardenrs
description: Unofficial Bitwarden compatible server written in Rust description: Unofficial Bitwarden compatible server written in Rust
type: application type: application
version: 2.1.8 version: 2.1.9
appVersion: 1.18.0 appVersion: 1.18.0
keywords: keywords:
- bitwarden - bitwarden

View File

@ -1,6 +1,6 @@
# bitwardenrs # bitwardenrs
![Version: 2.1.8](https://img.shields.io/badge/Version-2.1.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.18.0](https://img.shields.io/badge/AppVersion-1.18.0-informational?style=flat-square) ![Version: 2.1.9](https://img.shields.io/badge/Version-2.1.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.18.0](https://img.shields.io/badge/AppVersion-1.18.0-informational?style=flat-square)
Unofficial Bitwarden compatible server written in Rust Unofficial Bitwarden compatible server written in Rust

View File

@ -44,7 +44,7 @@ spec:
name: {{ $fullName }} name: {{ $fullName }}
port: port:
name: http name: http
{{- else -}} {{- else }}
backend: backend:
serviceName: {{ $fullName }} serviceName: {{ $fullName }}
servicePort: {{ $svcPort }} servicePort: {{ $svcPort }}