fix: move redis and rabbitmq secrets to resources
This commit is contained in:
@@ -20,4 +20,3 @@ patches:
|
||||
resources:
|
||||
- ../base
|
||||
- subscriptions.yaml
|
||||
- secrets.yaml
|
||||
|
||||
@@ -20,4 +20,3 @@ patches:
|
||||
resources:
|
||||
- ../base
|
||||
- subscriptions.yaml
|
||||
- secrets.yaml
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- secrets.yaml
|
||||
- pubsub-rabbitmq.yaml
|
||||
- state-redis.yaml
|
||||
- ../base/
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- secrets.yaml
|
||||
- pubsub-rabbitmq.yaml
|
||||
- state-redis.yaml
|
||||
- ../base/
|
||||
|
||||
Reference in New Issue
Block a user