Skip to content

Commit

Permalink
ignore check-yaml on memgraph-lab/templates
Browse files Browse the repository at this point in the history
  • Loading branch information
tewnut committed May 3, 2024
1 parent b6b64ee commit de1bca9
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
exclude: ^charts/memgraph/templates/
exclude: ^charts/(memgraph|memgraph-lab)/templates/
- id: check-json
- id: mixed-line-ending
- id: check-merge-conflict
Expand Down
2 changes: 1 addition & 1 deletion charts/memgraph-lab/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ maintainers:
- name: Memgraph
email: tech@memgraph.com
- name: Phong Nguyen
email: tewnut@gmail.com
email: tewnut@gmail.com
2 changes: 1 addition & 1 deletion charts/memgraph-lab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The following table lists the configurable parameters of the Memgraph Lab chart
Memgraph Lab can be further configured with environment variables in your `values.yaml` file.

```yaml
env:
env:
- name: QUICK_CONNECT_MG_HOST
value: memgraph
- name: QUICK_CONNECT_MG_PORT
Expand Down
2 changes: 1 addition & 1 deletion charts/memgraph-lab/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ Thank you for installing Memgraph Lab! 🎉
kubectl --namespace {{ .Release.Namespace }} port-forward $POD_NAME 8080:$CONTAINER_PORT
{{- end }}

2. Specify your MemgraphDB instance ip address and port in Memgraph Lab GUI.
2. Specify your MemgraphDB instance ip address and port in Memgraph Lab GUI.
4 changes: 2 additions & 2 deletions charts/memgraph-lab/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ spec:
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.env }}
env:
env:
{{- range . }}
- name: {{ .name }}
value: "{{ .value }}"
{{- end }}
{{- end }}
{{- end }}

{{- with .Values.nodeSelector }}
Expand Down
2 changes: 1 addition & 1 deletion charts/memgraph-lab/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
{{- with .Values.service.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}
spec:
type: {{ .Values.service.type }}
ports:
Expand Down
2 changes: 1 addition & 1 deletion charts/memgraph-lab/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ nameOverride: ""
fullnameOverride: ""

# Supported env variables: https://memgraph.com/docs/data-visualization/install-and-connect#environment-variables
env:
env:
- name: QUICK_CONNECT_MG_HOST
value: memgraph
- name: QUICK_CONNECT_MG_PORT
Expand Down

0 comments on commit de1bca9

Please sign in to comment.