Skip to content

Commit

Permalink
fixing indent for .Values.nginx.resources
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Oct 17, 2024
1 parent af07a34 commit b924b4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion geoserver-lb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ name: geoserver-lb
apiVersion: v2
description: A Helm chart for deploying geoserver loadbalanced
type: application
version: 1.0.0
version: 1.0.1
appVersion: "22.0.4"
2 changes: 1 addition & 1 deletion geoserver-lb/templates/geoserver-lb-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
{{ .Values.geoserver.extra_volumeMounts | toYaml | nindent 10 }}
{{- end }}
resources:
{{- toYaml .Values.nginx.resources | nindent 10 }}
{{- toYaml .Values.nginx.resources | nindent 12 }}
livenessProbe:
failureThreshold: 10
tcpSocket:
Expand Down

0 comments on commit b924b4e

Please sign in to comment.