File tree 3 files changed +7
-3
lines changed
deploy/helm/pulumi-operator
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ CHANGELOG
2
2
=========
3
3
4
4
## HEAD (unreleased)
5
+
6
+ ### Fixed
7
+ - Respect ` serviceAccount.name ` in Helm chart values. [ #530 ] ( https://github.com/pulumi/pulumi-kubernetes-operator/pull/530 )
8
+
9
+ ### Changed
5
10
- Update pulumi/pulumi to v3.115.2. [ #580 ] ( https://github.com/pulumi/pulumi-kubernetes-operator/pull/580 )
6
11
- Regenerate CRDs with controller-gen v0.15.0. [ #581 ] ( https://github.com/pulumi/pulumi-kubernetes-operator/pull/581 )
7
12
Original file line number Diff line number Diff line change @@ -9,8 +9,7 @@ icon: https://www.pulumi.com/logos/brand/avatar-on-white.svg
9
9
10
10
type : application
11
11
12
-
13
- version : 0.7.3
12
+ version : 0.7.4
14
13
appVersion : 1.14.0
15
14
16
15
keywords :
Original file line number Diff line number Diff line change 2
2
apiVersion : v1
3
3
kind : ServiceAccount
4
4
metadata :
5
- name : {{ include "pulumi-kubernetes-operator.fullname " . }}
5
+ name : {{ include "pulumi-kubernetes-operator.serviceAccountName " . }}
6
6
labels :
7
7
{{- include "pulumi-kubernetes-operator.labels" . | nindent 4 }}
8
8
{{- with .Values.serviceAccount.annotations }}
You can’t perform that action at this time.
0 commit comments