Add ability to specify automountServiceAccountToken

This commit is contained in:
Joshua Stern 2021-03-15 14:32:25 -04:00
parent 5f1a37a624
commit 343790a6b2
5 changed files with 10 additions and 2 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v2
name: ingress-nginx
# When the version is modified, make sure the artifacthub.io/changes list is updated
# Also update CHANGELOG.md
version: 3.24.0
version: 3.25.0
appVersion: 0.44.0
home: https://github.com/kubernetes/ingress-nginx
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
@ -21,4 +21,4 @@ annotations:
# List of changes for the release in artifacthub.io
# https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx?modal=changelog
artifacthub.io/changes: |
- Add volumes to default-backend deployment
- Add ability to specify automountServiceAccountToken