Commit ffccd449 authored by Thong Kuah's avatar Thong Kuah Committed by Marcel Amirault

Fix example manifest.yaml

For GitOps sync to work, it requires a namespace.
Otherwise, it complains about:
"an empty namespace may not be set when a resource name is provided"
parent c64241ee
...@@ -337,6 +337,7 @@ apiVersion: apps/v1 ...@@ -337,6 +337,7 @@ apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: nginx-deployment name: nginx-deployment
namespace: gitlab-agent # Can be any namespace managed by you that the agent has access to.
spec: spec:
selector: selector:
matchLabels: matchLabels:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment