带空间的参数值导致创建容器的问题

时间:2019-04-30 10:14:57

标签: docker openshift

由于这个job.schedule参数有空间,因此在Openshift Platform上创建容器时失败了。

此参数用于应用程序中的Spring Cron计划

yml文件片段:

spec:
   containers:
        - image: docker-hosted.jfrog-lab.net/registry:latest
          name: registry
          ports:
          - containerPort: 8080
            protocol: TCP
          env:
          - name: JAVA_OPTS
            value: "-Xmx1024M"
          - name: SPRING_ARGS
            value: "--spring.application.name=registry-default --job.schedule=\"2 0 * * * ?\""

如何传递此job.schedule参数,以便创建容器并运行应用程序?

预先感谢:D

0 个答案:

没有答案