fix: set explicit namespace on resources

This commit is contained in:
Jonas Juselius
2024-04-20 08:14:45 +02:00
parent b91f4b829b
commit 1b76b76f1f
4 changed files with 19 additions and 16 deletions
@@ -2,6 +2,7 @@ apiVersion: dapr.io/v1alpha1
kind: Configuration
metadata:
name: tracing
namespace: atlantis
spec:
tracing:
samplingRate: "1"
@@ -2,6 +2,7 @@ apiVersion: dapr.io/v1alpha1
kind: Component
metadata:
name: pubsub
namespace: atlantis
spec:
type: pubsub.rabbitmq
version: v1
@@ -2,6 +2,7 @@ apiVersion: dapr.io/v1alpha1
kind: Component
metadata:
name: statestore
namespace: atlantis
spec:
type: state.redis
version: v1