Skip to content

Commit

Permalink
fix identation
Browse files Browse the repository at this point in the history
  • Loading branch information
schneidermr committed Nov 25, 2023
1 parent dfe563a commit 99dccb4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion appwrite/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords:
- "appwrite"
icon: "https://appwrite.io/images/logos/logo.svg"
type: application
version: 0.1.2
version: 0.1.3
appVersion: "1.4.13"
kubeVersion: ">=1.26"
deprecated: false
Expand Down
4 changes: 2 additions & 2 deletions appwrite/templates/_deployment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ spec:
app.kubernetes.io/name: {{ printf "%s-%s" (include "appwrite.fullname" .) .component.name | trunc 63 }}
app.kubernetes.io/component: {{ .component.name }}
{{- include "appwrite.labels" . | nindent 8 }}
spec:
{{- include "appwrite.pod" . | indent 4 -}}
spec:
{{- include "appwrite.pod" . | indent 6 -}}
{{- with .component.config.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 4 }}
Expand Down
4 changes: 2 additions & 2 deletions appwrite/templates/_statefulset.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ spec:
app.kubernetes.io/name: {{ printf "%s-%s" (include "appwrite.fullname" .) .component.name | trunc 63 }}
app.kubernetes.io/component: {{ .component.name }}
{{- include "appwrite.labels" . | nindent 8 }}
spec:
{{- include "appwrite.pod" . | indent 4 -}}
spec:
{{- include "appwrite.pod" . | indent 6 -}}
{{- with .component.config.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 4 }}
Expand Down

0 comments on commit 99dccb4

Please sign in to comment.