Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/oauth2-proxy] fix PodDisruptionBudget. (#19394)
Browse files Browse the repository at this point in the history
* [stable/oauth2-proxy] fix PodDisruptionBudget.

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>

* [stable/oauth2-proxy] Fix Chart.yaml home page.

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
  • Loading branch information
desaintmartin authored and k8s-ci-robot committed Dec 5, 2019
1 parent c3eab52 commit a760960
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions stable/oauth2-proxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: oauth2-proxy
version: 2.1.0
version: 2.1.1
apiVersion: v1
appVersion: 4.0.0
home: http://www.videntity.com/
home: https://pusher.github.io/oauth2_proxy/
description: A reverse proxy that provides authentication with Google, Github or other providers
keywords:
- kubernetes
Expand Down
1 change: 1 addition & 0 deletions stable/oauth2-proxy/ci/default-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Leave this file empty to ensure that CI runs builds against the default configuration in values.yaml.
1 change: 1 addition & 0 deletions stable/oauth2-proxy/ci/pdb-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
replicaCount: 2 # Enables PodDisruptionBudget which is disabled when replicaCount is 1
2 changes: 1 addition & 1 deletion stable/oauth2-proxy/templates/poddisruptionbudget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
chart: {{ template "oauth2-proxy.chart" . }}
heritage: {{ .Release.Service }}
release: {{ .Release.Name }}
name: {{ template "nginx-ingress.controller.fullname" . }}
name: {{ template "oauth2-proxy.fullname" . }}
spec:
selector:
matchLabels:
Expand Down

0 comments on commit a760960

Please sign in to comment.