Commit 7476116 1 parent 8a1960f commit 7476116 Copy full SHA for 7476116
File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : account-operator
3
3
description : A Helm chart to deploy OpenMFP Account-Operator
4
4
type : application
5
- version : 0.5.35
5
+ version : 0.5.36
6
6
appVersion : " 0.129.0"
7
7
dependencies :
8
8
- name : account-operator-crds
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ A Helm chart to deploy OpenMFP Account-Operator
23
23
| kcp.virtualWorkspaceUrl | string | ` "" ` | The URL for the virtual workspace |
24
24
| kubeconfigSecret | string | ` "" ` | The secret for kubeconfig |
25
25
| logLevel | string | ` "warn" ` | The log level |
26
- | security.mountServiceAccountToken | bool | ` false ` | Mount the service account token |
26
+ | security.mountServiceAccountToken | bool | ` true ` | Mount the service account token |
27
27
| subroutines.extension.enabled | bool | ` true ` | Enable extension subroutines |
28
28
| subroutines.extensionReady.enabled | bool | ` true ` | Enable extension ready subroutines |
29
29
| subroutines.fga.creatorRelation | string | ` "owner" ` | The creator relation for FGA |
Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ operator match the snapshot:
291
291
control-plane: controller-manager
292
292
service: account-operator
293
293
spec:
294
- automountServiceAccountToken: false
294
+ automountServiceAccountToken: true
295
295
containers:
296
296
- args:
297
297
- operator
@@ -672,7 +672,7 @@ operator match the snapshot (with kubeconfigSecret):
672
672
control-plane: controller-manager
673
673
service: account-operator
674
674
spec:
675
- automountServiceAccountToken: false
675
+ automountServiceAccountToken: true
676
676
containers:
677
677
- args:
678
678
- operator
@@ -1063,7 +1063,7 @@ operator match the snapshot with webhook enabled:
1063
1063
control-plane: controller-manager
1064
1064
service: account-operator
1065
1065
spec:
1066
- automountServiceAccountToken: false
1066
+ automountServiceAccountToken: true
1067
1067
containers:
1068
1068
- args:
1069
1069
- operator
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ logLevel: warn
52
52
53
53
security :
54
54
# -- Mount the service account token
55
- mountServiceAccountToken : false
55
+ mountServiceAccountToken : true
56
56
57
57
deployment :
58
58
specTemplate :
You can’t perform that action at this time.
0 commit comments