File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : firezone
3
- version : 0.8.1
3
+ version : 0.8.2
4
4
appVersion : 7c2796c71676fcd506d8ccc87b8fd89198ccff24
5
5
type : application
6
6
description : A Helm chart for deploying firezone
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ app.kubernetes.io/instance: {{ .Release.Name }}
27
27
Create the name of the service account to use
28
28
*/} }
29
29
{ {- define " firezone.web.serviceAccountName" -} }
30
- { {- if or (.Values.domain .serviceAccount.create) (.Values.global.erlangCluster.enableKubernetesClusterModule) } }
30
+ { {- if or (.Values.web .serviceAccount.create) (.Values.global.erlangCluster.enableKubernetesClusterModule) } }
31
31
{ {- default (include " firezone.web.fullname" .) .Values.web.serviceAccount.name } }
32
32
{ {- else } }
33
33
{ {- default " default" .Values.web.serviceAccount.name } }
You can’t perform that action at this time.
0 commit comments