James Pollard
James Pollard
Ah cool - that `{index: }` tip is helpful. Is there a way to match that on a specific key? Is this (https://github.com/k14s/kapp/blob/develop/docs/config.md) the right doc for figuring out how...
>do you mean by key-value within an array item instead of an index? Yeah, that's what I mean.
The last ask/question here is whether there's a way to match on a specific item within a map instead of by hard-coded index. Other than that, I think it's fair...
Yeah. We'll get something working for now and may need to revisit if we run into the more tricky case.
This did the trick for me: https://github.com/magicmonty/bash-git-prompt/issues/357#issuecomment-351550855 > ``` > if [ -f "$(brew --prefix)/opt/bash-git-prompt/share/gitprompt.sh" ]; then > unset PROMPT_COMMAND > # GIT_PROMPT_THEME="Custom" > __GIT_PROMPT_DIR=$(brew --prefix)/opt/bash-git-prompt/share > source "$(brew --prefix)/opt/bash-git-prompt/share/gitprompt.sh"...
Thanks @JamesClonk for submitting this issue and to @mike1808 and @kauana for your response. Mike and Kauana, we have a couple of questions for you: 1) is this networking story...
Related: proposal gDoc from SAP. [Custom Domains in cf-for-k8s ](https://docs.google.com/document/d/17zIHB-L6tLEJPdbB4JYUEb4ii8w2YIUL5TQU7fV9jlM/edit#)
Oh interesting, I'd expect that for production, HA (highly available) apps: * the default number of instances (as set via CF cli) would be 2 [set by the CF user]...
from @ericpromislow >Hi @braunsonm, > >The first problem is stratos needs to be configured with a database. Or you can use the all-in-one Stratos distro, but I couldn't get it...