fix: create placeholder secrets for rabbitmq and redis

This commit is contained in:
Jonas Juselius
2024-06-13 13:11:20 +02:00
parent bfef95f5ec
commit 7a53370c6c
4 changed files with 24 additions and 0 deletions
@@ -20,3 +20,4 @@ patches:
resources:
- ../base
- subscriptions.yaml
- secrets.yaml
+11
View File
@@ -0,0 +1,11 @@
apiVersion: v1
kind: Secret
metadata:
name: prod-redis
type: Opaque
---
apiVersion: v1
kind: Secret
metadata:
name: prod-rabbitmq
type: Opaque
@@ -20,3 +20,4 @@ patches:
resources:
- ../base
- subscriptions.yaml
- secrets.yaml
@@ -0,0 +1,11 @@
apiVersion: v1
kind: Secret
metadata:
name: staging-redis
type: Opaque
---
apiVersion: v1
kind: Secret
metadata:
name: staging-rabbitmq
type: Opaque