Skip to content

Commit

Permalink
fix: service account naming (#530)
Browse files Browse the repository at this point in the history
Use the service account name template for its naming. Update chart version.

Fixes #529.

---------

Co-authored-by: Bryce Lampe <[email protected]>
  • Loading branch information
ishuar and blampe authored Jul 8, 2024
1 parent d651b64 commit 9a04c19
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ CHANGELOG
=========

## HEAD (unreleased)

### Fixed
- Respect `serviceAccount.name` in Helm chart values. [#530](https://github.com/pulumi/pulumi-kubernetes-operator/pull/530)

### Changed
- Update pulumi/pulumi to v3.115.2. [#580](https://github.com/pulumi/pulumi-kubernetes-operator/pull/580)
- Regenerate CRDs with controller-gen v0.15.0. [#581](https://github.com/pulumi/pulumi-kubernetes-operator/pull/581)

Expand Down
3 changes: 1 addition & 2 deletions deploy/helm/pulumi-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ icon: https://www.pulumi.com/logos/brand/avatar-on-white.svg

type: application


version: 0.7.3
version: 0.7.4
appVersion: 1.14.0

keywords:
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/pulumi-operator/templates/sa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "pulumi-kubernetes-operator.fullname" . }}
name: {{ include "pulumi-kubernetes-operator.serviceAccountName" . }}
labels:
{{- include "pulumi-kubernetes-operator.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
Expand Down

0 comments on commit 9a04c19

Please sign in to comment.