File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
operator/tests/__snapshot__ Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ matches the snapshot:
69
69
- name : LURKER_PULL_POLICY
70
70
value : IfNotPresent
71
71
- name : LURKER_SECCOMP_PROFILE
72
- value : Unconfined
72
+ value : RuntimeDefault
73
73
- name : CUSTOM_CA_CERTIFICATE_EXISTING_CERTIFICATE
74
74
value : foo
75
75
- name : CUSTOM_CA_CERTIFICATE_NAME
@@ -118,7 +118,7 @@ matches the snapshot:
118
118
readOnlyRootFilesystem : true
119
119
runAsNonRoot : true
120
120
seccompProfile :
121
- type : Unconfined
121
+ type : RuntimeDefault
122
122
volumeMounts :
123
123
- mountPath : / etc / ssl / certs / public .crt
124
124
name : ca - certificate
@@ -650,7 +650,7 @@ properly-renders-the-service-monitor-when-enabled:
650
650
- name : LURKER_PULL_POLICY
651
651
value : IfNotPresent
652
652
- name : LURKER_SECCOMP_PROFILE
653
- value : Unconfined
653
+ value : RuntimeDefault
654
654
- name : CUSTOM_CA_CERTIFICATE_EXISTING_CERTIFICATE
655
655
value : foo
656
656
- name : CUSTOM_CA_CERTIFICATE_NAME
@@ -699,7 +699,7 @@ properly-renders-the-service-monitor-when-enabled:
699
699
readOnlyRootFilesystem : true
700
700
runAsNonRoot : true
701
701
seccompProfile :
702
- type : Unconfined
702
+ type : RuntimeDefault
703
703
volumeMounts :
704
704
- mountPath : / etc / ssl / certs / public .crt
705
705
name : ca - certificate
You can’t perform that action at this time.
0 commit comments