namespaces

This commit is contained in:
Steffen Illium 2024-04-10 21:25:37 +02:00
parent 8aca1a9871
commit 6ae0bc55f3
3 changed files with 10 additions and 10 deletions

View File

@ -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

View File

@ -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

View File

@ -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