vendor cert-manager v1.16.1 CRDs (resource-policy:keep stripped); subchart crds.enabled=false
This commit is contained in:
@@ -23,8 +23,8 @@ description: |
|
|||||||
Git).
|
Git).
|
||||||
|
|
||||||
type: application
|
type: application
|
||||||
version: 0.2.3
|
version: 0.2.4
|
||||||
appVersion: "0.2.3"
|
appVersion: "0.2.4"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: cert-manager
|
- name: cert-manager
|
||||||
|
|||||||
21142
templates/cert-manager-crds.yaml
Normal file
21142
templates/cert-manager-crds.yaml
Normal file
File diff suppressed because it is too large
Load Diff
@@ -43,8 +43,8 @@ certManager:
|
|||||||
# disconnect flows where the customer might re-add the cluster later.
|
# disconnect flows where the customer might re-add the cluster later.
|
||||||
cert-manager:
|
cert-manager:
|
||||||
crds:
|
crds:
|
||||||
enabled: true
|
enabled: false
|
||||||
keep: false
|
keep: false # ignored when enabled=false
|
||||||
|
|
||||||
# traefik — upstream chart. LoadBalancer Service so the customer's
|
# traefik — upstream chart. LoadBalancer Service so the customer's
|
||||||
# k3s servicelb maps :80/:443 to the host. Tower currently doesn't
|
# k3s servicelb maps :80/:443 to the host. Tower currently doesn't
|
||||||
@@ -93,7 +93,7 @@ registry:
|
|||||||
# missing images from Gitea source on demand. So we don't need a
|
# missing images from Gitea source on demand. So we don't need a
|
||||||
# large or replicated PV here.
|
# large or replicated PV here.
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: false
|
||||||
size: 10Gi
|
size: 10Gi
|
||||||
storageClass: "" # "" = use the cluster's default; on k3s that's local-path
|
storageClass: "" # "" = use the cluster's default; on k3s that's local-path
|
||||||
resources:
|
resources:
|
||||||
|
|||||||
Reference in New Issue
Block a user