Namespaces.

This commit is contained in:
Joseph Hanson 2024-04-03 13:31:42 -05:00
parent 19bf0be280
commit eeceaa6718
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
3 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,6 @@
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: cert-manager
resources:
- ./apiservice.yaml
- ./helmrelease.yaml

View file

@ -70,7 +70,7 @@ roleRef:
subjects:
- apiGroup: ""
kind: ServiceAccount
name: cert-manager
name: webhook-dnsimple
namespace: cert-manager
---
# Grant the webhook permission to read the api-token Secret in the specified namespace.

View file

@ -6,6 +6,7 @@ metadata:
name: cert-manager-webhook-dnsimple
namespace: flux-system
spec:
targetNamespace: cert-manager
interval: 10m
path: "./kubernetes/apps/cert-manager/webhook-dnsimple/app"
prune: true