Skip to content

Commit 51afbfd

Browse files
authored
Make sure all the resources are namespaced (#25)
1 parent 9c6b9a7 commit 51afbfd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deploy/bundle.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ apiVersion: v1
33
kind: ServiceAccount
44
metadata:
55
name: scaleway-certmanager-webhook
6+
namespace: cert-manager
67
labels:
78
app: scaleway-certmanager-webhook
89
---
@@ -113,6 +114,7 @@ apiVersion: v1
113114
kind: Service
114115
metadata:
115116
name: scaleway-certmanager-webhook
117+
namespace: cert-manager
116118
labels:
117119
app: scaleway-certmanager-webhook
118120
spec:
@@ -129,6 +131,7 @@ apiVersion: apps/v1
129131
kind: Deployment
130132
metadata:
131133
name: scaleway-certmanager-webhook
134+
namespace: cert-manager
132135
labels:
133136
app: scaleway-certmanager-webhook
134137
spec:

0 commit comments

Comments
 (0)