Zuhair AlSader
Zuhair AlSader
Are there any updates on this issue? plantuml allows adding a title and header to any graph.
It might be nice to also add the ability to use subsections in general, similar to what #156 suggests.
I would love to see this
Workaround: Create this script and run it inside `make bundle` ```bash #!/bin/bash git diff --quiet -I'^ createdAt: ' bundle if ((! $?)) ; then git checkout bundle fi ```
> There was agreement that we need to update the documentation around this. There was also some discussion around ways to enable an author to not update that field if...
> Thats what the [Jaeger-Operator](https://github.com/jaegertracing/jaeger-operator/blob/3ebc5b4431d74917c4d1bfe074b4faeea319e02d/Makefile#L122-L127), [tempo-operator](https://github.com/os-observability/tempo-operator/blob/ebd754251c8ab2ca6d5c1facf9c930e72c7810a7/Makefile#L343-L350) and [opentelemetry-operator](https://github.com/open-telemetry/opentelemetry-operator/blob/c60815bb579346a742c2f03675f832f39c581ea8/Makefile#L78-L84) does. I looked at the code there. These operators use an older version of the `operator-sdk` which did not include the updated...
@gouthamhusky Sure, yeah. Looking at [existing closed PRs](https://github.com/knative/func/pulls?q=is%3Apr+sort%3Aupdated-desc+is%3Aclosed) is a good first step. For example, my first contribution to the library was to [add pvc to the allowed volume options](https://github.com/knative/func/pull/1666/files)....