mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/sealed-secrets] allow POST in proxier (#17609)
See https://github.com/bitnami-labs/sealed-secrets/blob/master/controller.jsonnet#L56 This change was added in #249 and released as part of v0.9.0 (I'm the upstream maintainer, 👋 thanks for maintaining the Helm chart) Signed-off-by: Marko Mikulicic <mkm@bitnami.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
b47aa2252b
commit
05c8bac4a4
@@ -1,6 +1,6 @@
|
||||
name: sealed-secrets
|
||||
description: A Helm chart for Sealed Secrets
|
||||
version: 1.4.2
|
||||
version: 1.4.3
|
||||
appVersion: 0.9.1
|
||||
kubeVersion: ">=1.9.0-0"
|
||||
home: https://github.com/bitnami-labs/sealed-secrets
|
||||
|
||||
@@ -45,5 +45,6 @@ rules:
|
||||
resources:
|
||||
- services/proxy
|
||||
verbs:
|
||||
- create
|
||||
- get
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user