cert-manager
This commit is contained in:
9
helm/cert-manager/Chart.yaml
Normal file
9
helm/cert-manager/Chart.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: v2
|
||||
name: cert-manager
|
||||
type: application
|
||||
version: 1.0.0
|
||||
appVersion: "1.10.0"
|
||||
dependencies:
|
||||
- name: cert-manager
|
||||
version: "1.10.0"
|
||||
repository: "https://charts.jetstack.io"
|
||||
27
helm/cert-manager/values.yaml
Normal file
27
helm/cert-manager/values.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
namespace: cert-manager
|
||||
|
||||
installCRDs: true
|
||||
|
||||
# Configuration for the cert-manager deployment
|
||||
certManager:
|
||||
enabled: true
|
||||
image:
|
||||
repository: quay.io/jetstack/cert-manager-controller
|
||||
tag: v1.10.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# Configuration for the webhook
|
||||
webhook:
|
||||
enabled: true
|
||||
image:
|
||||
repository: quay.io/jetstack/cert-manager-webhook
|
||||
tag: v1.10.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# Configuration for the cainjector
|
||||
cainjector:
|
||||
enabled: true
|
||||
image:
|
||||
repository: quay.io/jetstack/cert-manager-cainjector
|
||||
tag: v1.10.0
|
||||
pullPolicy: IfNotPresent
|
||||
Reference in New Issue
Block a user