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