Skip to content

Commit 071644b

Browse files
committed
chore(etcd): update etcd bind
1 parent f33300e commit 071644b

5 files changed

Lines changed: 8 additions & 5 deletions

File tree

addons/etcd/3.6/plans/standard-16c32g3w/bind.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ credential:
2828
name: {{ include "common.names.fullname" . }}
2929
jsonpath: '{ .spec.ports[?(@.targetPort=="peer")].port }'
3030

31-
{{- if .Values.auth.create }}
31+
{{- if .Values.auth.rbac.create }}
3232
- name: USER
3333
value: root
3434

@@ -38,3 +38,4 @@ credential:
3838
name: {{ include "etcd.secretName" . }}
3939
jsonpath: '{ .data.etcd-root-password }'
4040
{{- end }}
41+

addons/etcd/3.6/plans/standard-1c2g3w/bind.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ credential:
2828
name: {{ include "common.names.fullname" . }}
2929
jsonpath: '{ .spec.ports[?(@.targetPort=="peer")].port }'
3030

31-
{{- if .Values.auth.create }}
31+
{{- if .Values.auth.rbac.create }}
3232
- name: USER
3333
value: root
3434

addons/etcd/3.6/plans/standard-2c4g3w/bind.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ credential:
2828
name: {{ include "common.names.fullname" . }}
2929
jsonpath: '{ .spec.ports[?(@.targetPort=="peer")].port }'
3030

31-
{{- if .Values.auth.create }}
31+
{{- if .Values.auth.rbac.create }}
3232
- name: USER
3333
value: root
3434

addons/etcd/3.6/plans/standard-4c8g3w/bind.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ credential:
2828
name: {{ include "common.names.fullname" . }}
2929
jsonpath: '{ .spec.ports[?(@.targetPort=="peer")].port }'
3030

31-
{{- if .Values.auth.create }}
31+
{{- if .Values.auth.rbac.create }}
3232
- name: USER
3333
value: root
3434

@@ -38,3 +38,4 @@ credential:
3838
name: {{ include "etcd.secretName" . }}
3939
jsonpath: '{ .data.etcd-root-password }'
4040
{{- end }}
41+

addons/etcd/3.6/plans/standard-8c16g3w/bind.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ credential:
2828
name: {{ include "common.names.fullname" . }}
2929
jsonpath: '{ .spec.ports[?(@.targetPort=="peer")].port }'
3030

31-
{{- if .Values.auth.create }}
31+
{{- if .Values.auth.rbac.create }}
3232
- name: USER
3333
value: root
3434

@@ -38,3 +38,4 @@ credential:
3838
name: {{ include "etcd.secretName" . }}
3939
jsonpath: '{ .data.etcd-root-password }'
4040
{{- end }}
41+

0 commit comments

Comments
 (0)