Skip to content

Commit

Permalink
fix: serviceaccount creation
Browse files Browse the repository at this point in the history
  • Loading branch information
JTaeuber committed Oct 21, 2024
1 parent 2194268 commit 8023b32
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 8023b32

Please sign in to comment.