We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb27af commit d80781cCopy full SHA for d80781c
dist/chart/templates/gateway-plugin/deployment.yaml
@@ -1,5 +1,6 @@
1
{{- if .Values.gateway.enable }}
2
{{- $redisHost := default (printf "%s-redis-master" (include "aibrix.fullname" .)) .Values.gatewayPlugin.dependencies.redis.host }}
3
+---
4
apiVersion: apps/v1
5
kind: Deployment
6
metadata:
dist/chart/templates/metadata-service/deployment.yaml
@@ -1,4 +1,5 @@
{{- $redisHost := default (printf "%s-redis-master" (include "aibrix.fullname" .)) .Values.metadata.service.redis.host }}
0 commit comments