Skip to content

Commit

Permalink
fix: serviceaccount creation (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
JTaeuber authored Oct 22, 2024
1 parent 2194268 commit 2d5d965
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chart/templates/rbac.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "py-kube-downscaler.serviceAccountName" . }}
{{- end }}
---
{{- if .Values.constrainedDownscaler }}
{{- if not .Values.constrainedNamespaces }}
Expand Down

0 comments on commit 2d5d965

Please sign in to comment.