Skip to content

Commit

Permalink
fix: corrected serviceaccount creation
Browse files Browse the repository at this point in the history
  • Loading branch information
JTaeuber committed Oct 21, 2024
1 parent 4fcf4ec commit f7a00b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployments/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ keywords:
- kube-downscaler
- go
- downscaling
version: 1.1.1
appVersion: 1.1.1
version: 1.1.2
appVersion: 1.1.2
icon: https://raw.githubusercontent.com/caas-team/GoKubeDownscaler/refs/heads/main/deployments/chart/icon.svg
sources:
- https://github.com/caas-team/GoKubeDownscaler
Expand Down
2 changes: 2 additions & 0 deletions deployments/chart/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "go-kube-downscaler.serviceAccountName" . }}
{{- end }}

0 comments on commit f7a00b7

Please sign in to comment.