Skip to content

Commit

Permalink
chore: keep postgres variants on trad router
Browse files Browse the repository at this point in the history
  • Loading branch information
rainest committed Oct 24, 2023
1 parent f477576 commit a6194cf
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions config/variants/postgres/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,29 @@ resources:
components:
- ./wait/
- ../../image/oss/

#replacements:
#- source:
# kind: Secret
# name: my-secret
# targets:
# - select:
# name: ingress-kong
# kind: Deployment
# fieldPaths:
# - spec.template.spec.containers.[name=proxy].env.[name=KONG_ROUTER_FLAVOR].value
patches:
- patch: |-
apiVersion: apps/v1
kind: Deployment
metadata:
name: ingress-kong
namespace: kong
spec:
template:
spec:
containers:
- name: proxy
env:
- name: KONG_ROUTER_FLAVOR
value: traditional_compatible

0 comments on commit a6194cf

Please sign in to comment.