We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8490124 commit d06a87aCopy full SHA for d06a87a
copier.yml
@@ -105,7 +105,7 @@ docker:
105
106
helm:
107
type: bool
108
- when: "{{ github_org == 'DiamondLightSource' && docker}}"
+ when: "{{ github_org == 'DiamondLightSource'}} and docker"
109
help: |
110
Would you like to publish a Helm chart?
111
You should select this if you are making a long-running service.
docs/how-to/deploy-cluster.md
@@ -139,4 +139,3 @@ The following is a launch configuration from VSCode `launch.json`.
139
}
140
141
```
142
-
0 commit comments