feat(common): Release v2.1.0 (#221)

Co-authored-by: Christopher Larivière <lariviere.c@gmail.com>
This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2023-11-10 15:46:55 +01:00 committed by GitHub
parent 272dbef383
commit b360c9885a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 288 additions and 44 deletions

View file

@ -135,6 +135,8 @@ controllers:
# -- Specifies how to treat concurrent executions of a job that is created by this cron job
# valid values are Allow, Forbid or Replace
concurrencyPolicy: Forbid
# -- Sets the CronJob timezone (only works in Kubernetes >= 1.27)
timeZone:
# -- Sets the CronJob time when to execute your jobs
schedule: "*/20 * * * *"
# -- The deadline in seconds for starting the job if it misses its scheduled time for any reason
@ -201,19 +203,25 @@ controllers:
# Syntax options:
# A) TZ: UTC
# B) PASSWD: '{{ .Release.Name }}'
# C) PASSWD:
# B) TZ:
# value: UTC
# dependsOn: otherVar
# D) PASSWD:
# configMapKeyRef:
# name: config-map-name
# key: key-name
# D) PASSWD:
# E) PASSWD:
# dependsOn:
# - otherVar1
# - otherVar2
# valueFrom:
# secretKeyRef:
# name: secret-name
# key: key-name
# ...
# E) - name: TZ
# value: UTC
# F) - name: TZ
# value: UTC
# G) - name: TZ
# value: '{{ .Release.Name }}'
env:
@ -500,6 +508,9 @@ ingress:
# -- Set the ingressClass that is used for this ingress.
className: # "nginx"
# -- Configure the defaultBackend for this ingress. This will disable any other rules for the ingress.
defaultBackend:
## Configure the hosts for the ingress
hosts:
- # -- Host address. Helm template can be passed.
@ -558,7 +569,7 @@ route:
# Name of the section within the target resource.
sectionName:
# -- Host addresses
# -- Host addresses. Helm template can be passed.
hostnames: []
# -- Configure rules for routing. Defaults to the primary service.