fix: add atlantis namespace to secrets
This commit is contained in:
@@ -2,10 +2,12 @@ apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: prod-redis
|
||||
namespace: atlantis
|
||||
type: Opaque
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: prod-rabbitmq
|
||||
namespace: atlantis
|
||||
type: Opaque
|
||||
|
||||
@@ -2,10 +2,12 @@ apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: staging-redis
|
||||
namespace: atlantis
|
||||
type: Opaque
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: staging-rabbitmq
|
||||
namespace: atlantis
|
||||
type: Opaque
|
||||
|
||||
Reference in New Issue
Block a user