Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Jun 20, 2024
1 parent 7535680 commit b14c3cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/github-runner-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: github-runner-manager
description: Managed self-hosted runners for GitHub
type: application

version: 0.0.13
version: 0.0.14

# App metadata
appVersion: "v0.0.1"
Expand Down
2 changes: 1 addition & 1 deletion charts/github-runner-manager/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
- name: github-autoscaler
image: ghcr.io/ethdevops/github-actions-autoscaler:{{ .Values.imageTag }}
resources:
{{- toYaml .Values.resources | nindent 10 }}
{{- toYaml .Values.resources | nindent 12 }}
ports:
- name: http
containerPort: 8080
Expand Down

0 comments on commit b14c3cf

Please sign in to comment.