tracing: fix namespace

This commit is contained in:
Andrey Kartashov 2019-11-19 14:34:37 +07:00
parent e83f54a1cb
commit 432eed2415
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ metadata:
- resources-finalizer.argocd.argoproj.io - resources-finalizer.argocd.argoproj.io
spec: spec:
destination: destination:
namespace: tracing namespace: observability
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
project: default project: default
source: source:

View file

@ -1,4 +1,4 @@
apiVersion: v1 apiVersion: v1
kind: Namespace kind: Namespace
metadata: metadata:
name: tracing name: observability