Skip to content

Commit

Permalink
Merge pull request #6 from sondt-1245/fix/codecov
Browse files Browse the repository at this point in the history
fix: wrong indent
  • Loading branch information
sondt-1245 authored Mar 20, 2024
2 parents a121d09 + 4e9831a commit ba49c86
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/codecov/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: codecov
description: A Helm chart for Codecov
type: application
version: 0.1.3
version: 0.1.4
appVersion: "v5.0.1"
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion charts/codecov/templates/deployment-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
- name: CODECOV_SCHEME
value: {{ .Values.config.setup.codecovScheme }}
{{- with .Values.extraEnvs }}
{{- toYaml . | nindent 12 }}
{{- toYaml . | nindent 10 }}
{{- end }}
envFrom:
{{- include "codecov.env" . | nindent 8 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/codecov/templates/deployment-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
value: {{ .Values.minio.service.ports.api | quote }}
{{- end }}
{{- with .Values.extraEnvs }}
{{- toYaml . | nindent 12 }}
{{- toYaml . | nindent 10 }}
{{- end }}
envFrom:
{{- include "codecov.env" . | nindent 8 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/codecov/templates/deployment-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
- name: RUN_ENV
value: "ENTERPRISE"
{{- with .Values.extraEnvs }}
{{- toYaml . | nindent 12 }}
{{- toYaml . | nindent 10 }}
{{- end }}
envFrom:
{{- include "codecov.env" . | nindent 8 }}
Expand Down

0 comments on commit ba49c86

Please sign in to comment.