Skip to content

Commit 2ca2fea

Browse files
author
lijianguo
committed
chore(addon): update redis bind.yaml
1 parent 0fd0030 commit 2ca2fea

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

addons/redis-1.1.0/plans/standard-1024/bind.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ credential:
2727
jsonpath: '{ .spec.ports[?(@.name=="tcp-redis")].port }'
2828
{{- end }}
2929

30-
{{- if and .Values.auth.enabled (not .Values.auth.existingSecret) -}}
30+
{{- if and .Values.auth.enabled (not .Values.auth.existingSecret) }}
3131
- name: REDIS_PASSWORD
3232
valueFrom:
3333
secretKeyRef:

addons/redis-1.1.0/plans/standard-128/bind.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ credential:
2727
jsonpath: '{ .spec.ports[?(@.name=="tcp-redis")].port }'
2828
{{- end }}
2929

30-
{{- if and .Values.auth.enabled (not .Values.auth.existingSecret) -}}
30+
{{- if and .Values.auth.enabled (not .Values.auth.existingSecret) }}
3131
- name: REDIS_PASSWORD
3232
valueFrom:
3333
secretKeyRef:

addons/redis-1.1.0/plans/standard-16384/bind.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ credential:
2727
jsonpath: '{ .spec.ports[?(@.name=="tcp-redis")].port }'
2828
{{- end }}
2929

30-
{{- if and .Values.auth.enabled (not .Values.auth.existingSecret) -}}
30+
{{- if and .Values.auth.enabled (not .Values.auth.existingSecret) }}
3131
- name: REDIS_PASSWORD
3232
valueFrom:
3333
secretKeyRef:

addons/redis-1.1.0/plans/standard-2048/bind.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ credential:
2727
jsonpath: '{ .spec.ports[?(@.name=="tcp-redis")].port }'
2828
{{- end }}
2929

30-
{{- if and .Values.auth.enabled (not .Values.auth.existingSecret) -}}
30+
{{- if and .Values.auth.enabled (not .Values.auth.existingSecret) }}
3131
- name: REDIS_PASSWORD
3232
valueFrom:
3333
secretKeyRef:

addons/redis-1.1.0/plans/standard-256/bind.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ credential:
2727
jsonpath: '{ .spec.ports[?(@.name=="tcp-redis")].port }'
2828
{{- end }}
2929

30-
{{- if and .Values.auth.enabled (not .Values.auth.existingSecret) -}}
30+
{{- if and .Values.auth.enabled (not .Values.auth.existingSecret) }}
3131
- name: REDIS_PASSWORD
3232
valueFrom:
3333
secretKeyRef:

addons/redis-1.1.0/plans/standard-32768/bind.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ credential:
2727
jsonpath: '{ .spec.ports[?(@.name=="tcp-redis")].port }'
2828
{{- end }}
2929

30-
{{- if and .Values.auth.enabled (not .Values.auth.existingSecret) -}}
30+
{{- if and .Values.auth.enabled (not .Values.auth.existingSecret) }}
3131
- name: REDIS_PASSWORD
3232
valueFrom:
3333
secretKeyRef:

addons/redis-1.1.0/plans/standard-4096/bind.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ credential:
2727
jsonpath: '{ .spec.ports[?(@.name=="tcp-redis")].port }'
2828
{{- end }}
2929

30-
{{- if and .Values.auth.enabled (not .Values.auth.existingSecret) -}}
30+
{{- if and .Values.auth.enabled (not .Values.auth.existingSecret) }}
3131
- name: REDIS_PASSWORD
3232
valueFrom:
3333
secretKeyRef:

addons/redis-1.1.0/plans/standard-512/bind.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ credential:
2727
jsonpath: '{ .spec.ports[?(@.name=="tcp-redis")].port }'
2828
{{- end }}
2929

30-
{{- if and .Values.auth.enabled (not .Values.auth.existingSecret) -}}
30+
{{- if and .Values.auth.enabled (not .Values.auth.existingSecret) }}
3131
- name: REDIS_PASSWORD
3232
valueFrom:
3333
secretKeyRef:

addons/redis-1.1.0/plans/standard-65536/bind.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ credential:
2727
jsonpath: '{ .spec.ports[?(@.name=="tcp-redis")].port }'
2828
{{- end }}
2929

30-
{{- if and .Values.auth.enabled (not .Values.auth.existingSecret) -}}
30+
{{- if and .Values.auth.enabled (not .Values.auth.existingSecret) }}
3131
- name: REDIS_PASSWORD
3232
valueFrom:
3333
secretKeyRef:

addons/redis-1.1.0/plans/standard-8192/bind.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ credential:
2727
jsonpath: '{ .spec.ports[?(@.name=="tcp-redis")].port }'
2828
{{- end }}
2929

30-
{{- if and .Values.auth.enabled (not .Values.auth.existingSecret) -}}
30+
{{- if and .Values.auth.enabled (not .Values.auth.existingSecret) }}
3131
- name: REDIS_PASSWORD
3232
valueFrom:
3333
secretKeyRef:

0 commit comments

Comments
 (0)