File tree 3 files changed +5
-2
lines changed
deploy/helm/secret-operator/templates
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ All notable changes to this project will be documented in this file.
12
12
### Changed
13
13
14
14
- Shortened the registration socket path for Microk8s compatibility ([ #231 ] ).
15
- - The old CSI registration path will be automatically migrated during upgrade ([ #258 ] ).
15
+ - The old CSI registration path will be automatically migrated during upgrade ([ #258 ] , [ # 260 ] ).
16
16
- You might need to manually remove ` /var/lib/kubelet/plugins_registry/secrets.stackable.tech-reg.sock ` when downgrading
17
17
- Made kubeletDir configurable ([ #232 ] ).
18
18
- Microk8s users will need to ` --set kubeletDir=/var/snap/microk8s/common/var/lib/kubelet ` .
@@ -23,6 +23,7 @@ All notable changes to this project will be documented in this file.
23
23
[ #252 ] : https://github.com/stackabletech/secret-operator/pull/252
24
24
[ #257 ] : https://github.com/stackabletech/secret-operator/pull/257
25
25
[ #258 ] : https://github.com/stackabletech/secret-operator/pull/258
26
+ [ #260 ] : https://github.com/stackabletech/secret-operator/pull/260
26
27
27
28
## [ 23.1.0] - 2023-01-23
28
29
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ helm_crds, helm_non_crds = filter_yaml(
30
30
set = [
31
31
'image.repository=' + registry + '/' + operator_name ,
32
32
# Uncomment to enable unprivileged mode
33
- 'securityContext.privileged=false' ,
33
+ # 'securityContext.privileged=false',
34
34
],
35
35
),
36
36
api_version = "^apiextensions\\ .k8s\\ .io/.*$" ,
Original file line number Diff line number Diff line change 97
97
volumeMounts :
98
98
- name : registration-sock
99
99
mountPath : /registration
100
+ securityContext :
101
+ runAsUser : 0
100
102
volumes :
101
103
- name : registration-sock
102
104
hostPath :
You can’t perform that action at this time.
0 commit comments