mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39:43 +00:00
tracing: fix namespace
This commit is contained in:
parent
e83f54a1cb
commit
432eed2415
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ metadata:
|
|||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
destination:
|
||||
namespace: tracing
|
||||
namespace: observability
|
||||
server: https://kubernetes.default.svc
|
||||
project: default
|
||||
source:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: tracing
|
||||
name: observability
|
||||
|
|
|
|||
Loading…
Reference in a new issue