Graham Dumpleton

Results 70 issues of Graham Dumpleton

**Describe the problem/challenge you have** I wanted to be able to have comments in file when using text templating, but couldn't find an example in the documentation. I therefore had...

enhancement
documentation
priority/unprioritized-backlog

**What steps did you take and what happened:** Run: ``` #!/bin/sh set -x mkdir -p resources-1/_ytt_lib/mylib cat > resources-1/_ytt_lib/mylib/00-schema.yaml resources-1/_ytt_lib/mylib/99-output.yaml resources-1/99-output.yaml values-1.yaml resources-2/_ytt_lib/mylib/00-schema.yaml resources-2/_ytt_lib/mylib/00-values.yaml resources-2/_ytt_lib/mylib/99-output.yaml resources-2/99-output.yaml values-2.yaml resources-3/_ytt_lib/mylib/00-schema.yaml resources-3/_ytt_lib/mylib/00-values.yaml resources-3/_ytt_lib/mylib/99-output.yaml...

helping with an issue

**What steps did you take:** Create a directory called `resources` for resource files. In `resources/00-schema.yaml` add: ``` #@data/values-schema --- #@schema/type any=True spec: staticPasswords: - username: "" email: "" hash: ""...

helping with an issue
surprising to users

Need to do more checks on when this occurs, but in some circumstances at least, images are not showing in markdown preview when editing page. For example, in case where...

qa

I am doing this with Raneto at a sub URL prefix (``base_url`` set), so not sure if related to that or applies all the time, still need to check without....

bug
qa

In ``route_page_create()`` it would appear that the ``fs.close()`` call is missing a callback argument. In Node.JS 10.10.0 at least, when the function is used to create a file, it is...

bug
qa

**Describe the problem/challenge you have** I want to be able to do: ``` apiVersion: vendir.k14s.io/v1alpha1 kind: Config directories: - path: packages/example contents: - path: . inline: paths: script.sh: | #!/bin/bash...

enhancement
good first issue
carvel-accepted
priority/unprioritized-backlog

**Describe the problem/challenge you have** When downloading archive file using `http` I need the archive file to be automatically unpacked. **Describe the solution you'd like** The `githubRelease` option has `unpackArchive`...

enhancement
carvel-accepted
priority/unprioritized-backlog

There should be a way of configuring a selector for a persistent volume claim. ``` $ kubectl explain pvc.spec.selector KIND: PersistentVolumeClaim VERSION: v1 RESOURCE: selector DESCRIPTION: A label query over...

enhancement

**Describe the problem/challenge you have** I need to be able to add multiple tags to an image when using `imgpkg push -i`. For example, I would use an explicit tag...

enhancement
good first issue
carvel accepted
priority/important-longterm