Add synclabeller namespace value
The synclabeller function does not deploy because its resources do not contain a namespace. This change adds a namespace value to the Kustomization entypoint. Closes #163 Signed-off-by: Drew Walters <andrew.walters@att.com> Change-Id: If3d9fbe827572adbdcd63862ce8f7dd2e79a8be5
This commit is contained in:
parent
c837ebf503
commit
9e1263af39
@ -1,4 +1,6 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: synclabeller
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- upstream/default
|
||||
|
4
manifests/function/synclabeller/namespace.yaml
Normal file
4
manifests/function/synclabeller/namespace.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: synclabeller
|
Loading…
x
Reference in New Issue
Block a user