Skip to content

Commit

Permalink
re-enable ingress tls in helm values
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito committed Mar 27, 2023
1 parent 6d3a6cc commit 1dc15bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: v2
appVersion: v3.0.7
appVersion: v3.0.6
description: A web interface for Sealed Secrets by Bitnami.
home: https://github.com/bakito/sealed-secrets-web
icon: https://raw.githubusercontent.com/bakito/sealed-secrets-web/master/assets/logo.png
maintainers:
- name: bakito
url: https://github.com/bakito
name: sealed-secrets-web
version: 3.0.7
version: 3.0.6
#annotations:
# artifacthub.io/changes: |
# -
3 changes: 2 additions & 1 deletion chart/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# sealed-secrets-web

![Version: 3.0.7](https://img.shields.io/badge/Version-3.0.7-informational?style=flat-square) ![AppVersion: v3.0.7](https://img.shields.io/badge/AppVersion-v3.0.7-informational?style=flat-square)
![Version: 3.0.6](https://img.shields.io/badge/Version-3.0.6-informational?style=flat-square) ![AppVersion: v3.0.6](https://img.shields.io/badge/AppVersion-v3.0.6-informational?style=flat-square)

A web interface for Sealed Secrets by Bitnami.

Expand Down Expand Up @@ -31,6 +31,7 @@ helm install sealed-secrets-web bakito/sealed-secrets-web
| ingress.defaultTls | bool | `false` | set this to true and leave tls an empty array to use the default TLS certificate (works at least in openshift) |
| ingress.enabled | bool | `false` | Enable ingress support |
| ingress.hosts | list | `[{"paths":[{"path":"/","pathType":"Prefix"}]}]` | Ingress hosts |
| ingress.tls | list | `[]` | Ingress tls |
| initialSecretFile | string | `nil` | Define you custom initial secret file |
| nameOverride | string | `""` | String to partially override "argo-rollouts.fullname" template |
| nodeSelector | object | `{}` | [Node selector] |
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ ingress:
defaultTls: false

# -- Ingress tls
# tls:
tls: []
# - hosts:
# - example.internal
# - another-example.internal
Expand Down

0 comments on commit 1dc15bd

Please sign in to comment.