Skip to content

Commit 5ed92b3

Browse files
authored
fix: e2e test tomcat TLS issue (#734) (#748)
1 parent c936548 commit 5ed92b3

File tree

1 file changed

+2
-2
lines changed
  • sample-operators/tomcat-operator/src/main/resources/io/javaoperatorsdk/operator/sample

1 file changed

+2
-2
lines changed

sample-operators/tomcat-operator/src/main/resources/io/javaoperatorsdk/operator/sample/deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ spec:
2929
- mountPath: /usr/local/tomcat/webapps
3030
name: webapps-volume
3131
- name: war-downloader
32-
image: busybox:1.28
32+
image: busybox:1.34.1
3333
command: ['tail', '-f', '/dev/null']
3434
volumeMounts:
3535
- name: webapps-volume
3636
mountPath: /data
3737
volumes:
3838
- name: webapps-volume
39-
emptydir: {}
39+
emptyDir: {}

0 commit comments

Comments
 (0)