|
46 | 46 | "io.cnab.status": {} |
47 | 47 | }, |
48 | 48 | "parameters": { |
49 | | - "fields": { |
50 | | - "api_host": { |
51 | | - "definition": "api_host", |
52 | | - "destination": { |
53 | | - "env": "docker_param1" |
54 | | - } |
55 | | - }, |
56 | | - "com.docker.app.kubernetes-namespace": { |
57 | | - "definition": "com.docker.app.kubernetes-namespace", |
58 | | - "applyTo": [ |
59 | | - "install", |
60 | | - "upgrade", |
61 | | - "uninstall", |
62 | | - "io.cnab.status" |
63 | | - ], |
64 | | - "destination": { |
65 | | - "env": "DOCKER_KUBERNETES_NAMESPACE" |
66 | | - } |
67 | | - }, |
68 | | - "com.docker.app.orchestrator": { |
69 | | - "definition": "com.docker.app.orchestrator", |
70 | | - "applyTo": [ |
71 | | - "install", |
72 | | - "upgrade", |
73 | | - "uninstall", |
74 | | - "io.cnab.status" |
75 | | - ], |
76 | | - "destination": { |
77 | | - "env": "DOCKER_STACK_ORCHESTRATOR" |
78 | | - } |
79 | | - }, |
80 | | - "com.docker.app.render-format": { |
81 | | - "definition": "com.docker.app.render-format", |
82 | | - "applyTo": [ |
83 | | - "com.docker.app.render" |
84 | | - ], |
85 | | - "destination": { |
86 | | - "env": "DOCKER_RENDER_FORMAT" |
87 | | - } |
88 | | - }, |
89 | | - "com.docker.app.share-registry-creds": { |
90 | | - "definition": "com.docker.app.share-registry-creds", |
91 | | - "destination": { |
92 | | - "env": "DOCKER_SHARE_REGISTRY_CREDS" |
93 | | - } |
94 | | - }, |
95 | | - "static_subdir": { |
96 | | - "definition": "static_subdir", |
97 | | - "destination": { |
98 | | - "env": "docker_param2" |
99 | | - } |
100 | | - }, |
101 | | - "web_port": { |
102 | | - "definition": "web_port", |
103 | | - "destination": { |
104 | | - "env": "docker_param3" |
105 | | - } |
| 49 | + "api_host": { |
| 50 | + "definition": "api_host", |
| 51 | + "destination": { |
| 52 | + "env": "docker_param1" |
| 53 | + } |
| 54 | + }, |
| 55 | + "com.docker.app.kubernetes-namespace": { |
| 56 | + "definition": "com.docker.app.kubernetes-namespace", |
| 57 | + "applyTo": [ |
| 58 | + "install", |
| 59 | + "upgrade", |
| 60 | + "uninstall", |
| 61 | + "io.cnab.status" |
| 62 | + ], |
| 63 | + "destination": { |
| 64 | + "env": "DOCKER_KUBERNETES_NAMESPACE" |
| 65 | + } |
| 66 | + }, |
| 67 | + "com.docker.app.orchestrator": { |
| 68 | + "definition": "com.docker.app.orchestrator", |
| 69 | + "applyTo": [ |
| 70 | + "install", |
| 71 | + "upgrade", |
| 72 | + "uninstall", |
| 73 | + "io.cnab.status" |
| 74 | + ], |
| 75 | + "destination": { |
| 76 | + "env": "DOCKER_STACK_ORCHESTRATOR" |
| 77 | + } |
| 78 | + }, |
| 79 | + "com.docker.app.render-format": { |
| 80 | + "definition": "com.docker.app.render-format", |
| 81 | + "applyTo": [ |
| 82 | + "com.docker.app.render" |
| 83 | + ], |
| 84 | + "destination": { |
| 85 | + "env": "DOCKER_RENDER_FORMAT" |
| 86 | + } |
| 87 | + }, |
| 88 | + "com.docker.app.share-registry-creds": { |
| 89 | + "definition": "com.docker.app.share-registry-creds", |
| 90 | + "destination": { |
| 91 | + "env": "DOCKER_SHARE_REGISTRY_CREDS" |
| 92 | + } |
| 93 | + }, |
| 94 | + "static_subdir": { |
| 95 | + "definition": "static_subdir", |
| 96 | + "destination": { |
| 97 | + "env": "docker_param2" |
| 98 | + } |
| 99 | + }, |
| 100 | + "web_port": { |
| 101 | + "definition": "web_port", |
| 102 | + "destination": { |
| 103 | + "env": "docker_param3" |
106 | 104 | } |
107 | 105 | } |
108 | 106 | }, |
|
0 commit comments