namespaces
This commit is contained in:
parent
8aca1a9871
commit
6ae0bc55f3
@ -12,7 +12,7 @@ rules:
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRoleBinding
|
||||
metadata:
|
||||
name: ert-manager-lego-webhook-challenges-binding
|
||||
name: cert-manager-lego-webhook-challenges-binding
|
||||
roleRef:
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
kind: ClusterRole
|
||||
@ -20,4 +20,4 @@ roleRef:
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: cert-manager
|
||||
namespace: cert-manager-lego-webhook
|
||||
namespace: cert-manager
|
@ -18,15 +18,15 @@ helmCharts:
|
||||
- name: cert-manager-lego-webhook
|
||||
includeCRDs: false
|
||||
version: 1.0.1
|
||||
releaseName: cert-manager-lego-webhook
|
||||
releaseName: cert-manager
|
||||
repo: https://yxwuxuanl.github.io/cert-manager-lego-webhook/
|
||||
valuesFile: values-lego.yaml
|
||||
- name: cert-manager
|
||||
includeCRDs: false
|
||||
version: 1.14.4
|
||||
releaseName: "cert-manager"
|
||||
releaseName: cert-manager
|
||||
repo: https://charts.jetstack.io
|
||||
valuesFile: values.yaml
|
||||
|
||||
transformers:
|
||||
- patches/annotation-transfom.yaml
|
||||
# transformers:
|
||||
# - patches/annotation-transfom.yaml
|
||||
|
@ -4,10 +4,10 @@ global:
|
||||
|
||||
webhook:
|
||||
securePort: 10260
|
||||
validatingWebhookConfigurationAnnotations:
|
||||
cert-manager.io/inject-ca-from-secret: cert-manager/cert-manager-webhook-ca
|
||||
# validatingWebhookConfigurationAnnotations:
|
||||
# cert-manager.io/inject-ca-from-secret: cert-manager/cert-manager-webhook-ca
|
||||
|
||||
|
||||
clusterResourceNamespace: "cert-manager"
|
||||
clusterResourceNamespace: cert-manager
|
||||
|
||||
namespace: "cert-manager"
|
||||
namespace: cert-manager
|
||||
|
Loading…
x
Reference in New Issue
Block a user