Skip to content

Commit

Permalink
Reorder kustomization patches to keep consistent ordering between env…
Browse files Browse the repository at this point in the history
…ironments

Signed-off-by: Dom Del Nano <[email protected]>
(cherry picked from commit 20829151bed5ced4673bb48f8ef4364127fa9e75)
  • Loading branch information
ddelnano committed Jun 7, 2024
1 parent 6436120 commit 373cc71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/cloud/prod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ resources:
- ../overlays/exposed_services_gclb
- ../overlays/plugin_job
patches:
- path: auth_deployment.yaml
- path: db_sidecar.yaml
target:
kind: Deployment
Expand All @@ -50,7 +51,6 @@ patches:
- path: script_bundles_config.yaml
- path: scriptmgr_config.yaml
- path: proxy_envoy.yaml
- path: auth_deployment.yaml
labels:
- includeSelectors: true
pairs:
Expand Down
2 changes: 1 addition & 1 deletion k8s/cloud/testing/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ resources:
- ../overlays/exposed_services_gclb
- ../overlays/plugin_job
patches:
- path: auth_deployment.yaml
- path: db_sidecar.yaml
target:
kind: Deployment
Expand All @@ -42,4 +43,3 @@ patches:
- path: cloud_ingress_ip.yaml
- path: script_bundles_config.yaml
- path: proxy_envoy.yaml
- path: auth_deployment.yaml

0 comments on commit 373cc71

Please sign in to comment.