Skip to content

Commit

Permalink
Make sure all the resources are namespaced
Browse files Browse the repository at this point in the history
Fixes: #24
  • Loading branch information
MathyV committed May 8, 2024
1 parent 9c6b9a7 commit 02e63a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: scaleway-certmanager-webhook
namespace: cert-manager
labels:
app: scaleway-certmanager-webhook
---
Expand Down Expand Up @@ -113,6 +114,7 @@ apiVersion: v1
kind: Service
metadata:
name: scaleway-certmanager-webhook
namespace: cert-manager
labels:
app: scaleway-certmanager-webhook
spec:
Expand All @@ -129,6 +131,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: scaleway-certmanager-webhook
namespace: cert-manager
labels:
app: scaleway-certmanager-webhook
spec:
Expand Down Expand Up @@ -183,6 +186,7 @@ apiVersion: apiregistration.k8s.io/v1
kind: APIService
metadata:
name: v1alpha1.acme.scaleway.com
namespace: cert-manager
labels:
app: scaleway-certmanager-webhook
annotations:
Expand Down

0 comments on commit 02e63a3

Please sign in to comment.