Skip to content

Commit

Permalink
fix(manifests): all-in-one-dbless-*-enterprise.yaml contains KONG_LIC…
Browse files Browse the repository at this point in the history
…ENSE_DATA
  • Loading branch information
programmer04 committed Jul 14, 2023
1 parent 24b70a3 commit 50b191d
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 2 deletions.
18 changes: 18 additions & 0 deletions config/variants/multi-gw/enterprise/kong-enterprise.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: proxy-kong
namespace: kong
spec:
template:
spec:
imagePullSecrets:
- name: kong-enterprise-edition-docker
containers:
- name: proxy
env:
- name: KONG_LICENSE_DATA
valueFrom:
secretKeyRef:
name: kong-enterprise-license
key: license
5 changes: 3 additions & 2 deletions config/variants/multi-gw/enterprise/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- ../base

- ../base
patchesStrategicMerge:
- kong-enterprise.yaml
components:
- ../../../image/enterprise
7 changes: 7 additions & 0 deletions deploy/single/all-in-one-dbless-enterprise.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions deploy/single/all-in-one-dbless-konnect-enterprise.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 50b191d

Please sign in to comment.