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

View file

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

View file

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