mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 16:37:04 +02:00
fix(common): adding feature flag for default serviceaccount name (#360)
This commit is contained in:
parent
3e2f1204e0
commit
f111be38e9
7 changed files with 89 additions and 17 deletions
|
@ -3,7 +3,7 @@ apiVersion: v2
|
|||
name: common
|
||||
description: Function library for Helm charts
|
||||
type: library
|
||||
version: 3.5.0
|
||||
version: 3.5.1
|
||||
kubeVersion: ">=1.22.0-0"
|
||||
keywords:
|
||||
- common
|
||||
|
@ -16,13 +16,4 @@ annotations:
|
|||
artifacthub.io/changes: |-
|
||||
- kind: added
|
||||
description: |-
|
||||
Add support for binary files in configMapsFromFolderBasePath
|
||||
- kind: added
|
||||
description: |-
|
||||
Add support for internalTrafficPolicy field in Services
|
||||
- kind: added
|
||||
description: |-
|
||||
Add support for multiple ServiceAccounts
|
||||
- kind: added
|
||||
description: |-
|
||||
Add support for multiple RBAC resources
|
||||
Add feature flag to override enforcing the creation of a default ServiceAccount
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue