Skip to content

Commit

Permalink
Fix incorrect tab vs space
Browse files Browse the repository at this point in the history
  • Loading branch information
xcompass committed Jun 30, 2022
1 parent bd7b1ac commit a6b088b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mediawiki/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: mediawiki
version: 0.6.1
version: 0.6.2
appVersion: 1.35.7
description: Extremely powerful, scalable software and a feature-rich wiki implementation
that uses PHP to process and display data stored in a database.
Expand Down
2 changes: 1 addition & 1 deletion mediawiki/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
paths:
- path: /
backend:
service:
service:
name: {{ $serviceName }}
port: {{ $servicePort }}
{{- end -}}
Expand Down

0 comments on commit a6b088b

Please sign in to comment.