Skip to content

Commit f3a551d

Browse files
Merge pull request #41 from caiofralmeida/fix_ingress_api_k8s_1.18
2 parents 9fbe6cf + a748310 commit f3a551d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

helm/oauth2-proxy/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: oauth2-proxy
2-
version: 4.0.3
2+
version: 4.0.4
33
apiVersion: v2
44
appVersion: 7.1.3
55
home: https://oauth2-proxy.github.io/oauth2-proxy/

helm/oauth2-proxy/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ Parameter | Description | Default
9696
`imagePullSecrets` | Specify image pull secrets | `nil` (does not add image pull secrets to deployed pods)
9797
`ingress.enabled` | Enable Ingress | `false`
9898
`ingress.path` | Ingress accepted path | `/`
99+
`ingress.pathType` | Ingress [path type](https://kubernetes.io/docs/concepts/services-networking/ingress/#path-types) | `ImplementationSpecific`
99100
`ingress.extraPaths` | Ingress extra paths to prepend to every host configuration. Useful when configuring [custom actions with AWS ALB Ingress Controller](https://kubernetes-sigs.github.io/aws-alb-ingress-controller/guide/ingress/annotation/#actions). | `[]`
100101
`ingress.annotations` | Ingress annotations | `nil`
101102
`ingress.hosts` | Ingress accepted hostnames | `nil`

0 commit comments

Comments
 (0)