This is currently a known issue and we have an internal ticket to address and provide a resolution.
Below is a workaround for the issue:
-
Add the config map below before the helm install:
apiVersion: v1
kind: ConfigMap
metadata:
name: tyk-gateway-conf
data:
tyk.conf: |
{}
2. Add the options below to the chart:
--set "tyk-gateway.gateway.extraVolumes[0].name=tyk-gateway-conf" \
--set "tyk-gateway.gateway.extraVolumes[0].configMap.name=tyk-gateway-conf" \
--set "tyk-gateway.gateway.extraVolumeMounts[0].name=tyk-gateway-conf" \
--set "tyk-gateway.gateway.extraVolumeMounts[0].mountPath=/opt/tyk-gateway/tyk.conf" \
--set "tyk-gateway.gateway.extraVolumeMounts[0].subPath=tyk.conf"\
Comments
0 comments
Please sign in to leave a comment.