cloudfoundry-incubator / eirinix

Extensions Library for Cloud Foundry Eirini
Apache License 2.0
2 stars 5 forks source link

Document how to mutate also staging app #18

Open f0rmiga opened 4 years ago

f0rmiga commented 4 years ago

I need to perform a mutation on the staging pod as well as the app pod. Currently, only the app pod gets mutated.

mudler commented 4 years ago

It is possible by opting to not filter at all: https://github.com/SUSE/eirinix/issues/12#issuecomment-544839148 , see e.g. https://github.com/SUSE/eirini-loggregator-bridge/blob/master/cmd/root.go#L31 as an example

mudler commented 4 years ago

This feature needs more visibility in the docs!