We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c936548 commit 5ed92b3Copy full SHA for 5ed92b3
sample-operators/tomcat-operator/src/main/resources/io/javaoperatorsdk/operator/sample/deployment.yaml
@@ -29,11 +29,11 @@ spec:
29
- mountPath: /usr/local/tomcat/webapps
30
name: webapps-volume
31
- name: war-downloader
32
- image: busybox:1.28
+ image: busybox:1.34.1
33
command: ['tail', '-f', '/dev/null']
34
volumeMounts:
35
- name: webapps-volume
36
mountPath: /data
37
volumes:
38
39
- emptydir: {}
+ emptyDir: {}
0 commit comments