Skip to content

Commit 3687abd

Browse files
APT-1040: Unnecessary bridge z config removed #697
Co-authored-by: Łukasz Kosiak <[email protected]>
1 parent 6d7c3c1 commit 3687abd

File tree

6 files changed

+0
-42
lines changed

6 files changed

+0
-42
lines changed

products/bridge/bridge-web/infra/cd/base/app-secrets.yaml

-13
This file was deleted.

products/bridge/bridge-web/infra/cd/base/kustomization.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
44
- namespace.yaml
5-
- app-secrets.yaml
65
- deployment.yaml
76
- svc.yaml
87
- ingress.yaml

products/bridge/bridge-web/infra/cd/overlays/production/app-secrets.yaml

-13
This file was deleted.

products/bridge/bridge-web/infra/cd/overlays/production/kustomization.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,3 @@ patches:
4141
target:
4242
kind: Deployment
4343
name: xbridge-frontend
44-
- path: app-secrets.yaml

products/bridge/bridge-web/infra/cd/overlays/staging/app-secrets.yaml

-13
This file was deleted.

products/bridge/bridge-web/infra/cd/overlays/staging/kustomization.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,3 @@ patches:
3232
path: /metadata/annotations
3333
value:
3434
beta.cloud.google.com/backend-config: '{"default": "xbridge-frontend"}'
35-
- path: app-secrets.yaml

0 commit comments

Comments
 (0)