mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 00:47:04 +02:00
feat(common): Release v3.3.0 (#335)
This commit is contained in:
parent
040eb7b9d2
commit
74f3170cec
19 changed files with 386 additions and 10 deletions
|
@ -723,3 +723,22 @@ networkpolicies:
|
|||
# # -- The egress rules for this networkPolicy. Allows all egress traffic by default.
|
||||
# egress:
|
||||
# - {}
|
||||
|
||||
# -- Configure any unsupported raw resources here.
|
||||
# @default -- See below
|
||||
rawResources: {}
|
||||
# example:
|
||||
# # -- Enables or disables the resource. Defaults to true
|
||||
# enabled: false
|
||||
# # -- Specify the apiVersion of the resource.
|
||||
# apiVersion: v1
|
||||
# # -- Specify the kind of the resource.
|
||||
# kind: Endpoint
|
||||
# # -- Override the name suffix that is used for this resource.
|
||||
# nameOverride: ""
|
||||
# # -- Provide additional annotations which may be required.
|
||||
# annotations: {}
|
||||
# # -- Provide additional labels which may be required.
|
||||
# labels: {}
|
||||
# # -- Configure the contents of the resource that is to be rendered.
|
||||
# spec:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue