Namespaces.
This commit is contained in:
parent
19bf0be280
commit
eeceaa6718
3 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
||||||
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
|
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
namespace: cert-manager
|
|
||||||
resources:
|
resources:
|
||||||
- ./apiservice.yaml
|
- ./apiservice.yaml
|
||||||
- ./helmrelease.yaml
|
- ./helmrelease.yaml
|
||||||
|
|
|
@ -70,7 +70,7 @@ roleRef:
|
||||||
subjects:
|
subjects:
|
||||||
- apiGroup: ""
|
- apiGroup: ""
|
||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
name: cert-manager
|
name: webhook-dnsimple
|
||||||
namespace: cert-manager
|
namespace: cert-manager
|
||||||
---
|
---
|
||||||
# Grant the webhook permission to read the api-token Secret in the specified namespace.
|
# Grant the webhook permission to read the api-token Secret in the specified namespace.
|
||||||
|
|
|
@ -6,6 +6,7 @@ metadata:
|
||||||
name: cert-manager-webhook-dnsimple
|
name: cert-manager-webhook-dnsimple
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
spec:
|
spec:
|
||||||
|
targetNamespace: cert-manager
|
||||||
interval: 10m
|
interval: 10m
|
||||||
path: "./kubernetes/apps/cert-manager/webhook-dnsimple/app"
|
path: "./kubernetes/apps/cert-manager/webhook-dnsimple/app"
|
||||||
prune: true
|
prune: true
|
||||||
|
|
Loading…
Reference in a new issue