Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

[incubator/percona-xtradb-cluster] New Chart! #2995

Merged
merged 7 commits into from
Feb 2, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix indenting to match rest of chart
  • Loading branch information
paulczar committed Jan 30, 2018
commit 3c5b00e5402436e51c23a2514ec33e993eaec954
6 changes: 3 additions & 3 deletions incubator/percona-xtradb-cluster/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
app: {{ template "percona-xtradb-cluster.fullname" . }}
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
heritage: "{{ .Release.Service }}"
spec:
initContainers:
- name: "remove-lost-found"
Expand All @@ -38,8 +38,8 @@ spec:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy | quote }}
command:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use a consistent list indentation style. It looks like everywhere else you did not indent.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch! fixed.

- "/bin/bash"
- "/startup-scripts/entrypoint.sh"
- "/bin/bash"
- "/startup-scripts/entrypoint.sh"
resources:
{{ toYaml .Values.resources | indent 10 }}
env:
Expand Down