You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
condition: service_completed_successfully # Let the init container create the certificates
101
114
ulimits:
102
115
nofile: 8192
116
+
volumes:
117
+
- certs_data:/ca/certs
103
118
pull_policy: always
104
119
command: ["sleep", "infinity"] # This is necessary because of the issue described in https://github.com/moby/moby/issues/42275. What is added here is a hack/workaround.
0 commit comments