yivan-atl
yivan-atl
Hi! I haven't found anything in docs, perhaps I am missing smth obvious, but what would be the simplest way to fetch pod's namespace annotations and add them to pods...
This PR adds an optional docker-in-docker container to Bamboo remote agent pod to make it possible to run jobs in Docker environment but avoid doing that in an agent container....
This PR introduces a few changes that make it possible to define Bamboo agent capabilities by just dropping **bamboo-capabilities.capabilities** file in the root of a directory where helm upgrade is...
Currently, there's no way to provide own log4j.properties. Even though logs level can be changed in runtime, it'd be great to be able to define log level for selected packages....
Fixes https://github.com/atlassian/data-center-helm-charts/issues/411 A small change to values and templates to be able to pass custom image and tag to nfs permission fixes init container and fluentd sidecar (if enabled) ##...
This PR adds security context for Synchrony (both in pod and container spec). Fixes https://github.com/atlassian/data-center-helm-charts/issues/393 ## Checklist - [x] I have added unit tests - [x] I have applied the...
This PR makes it possible to redefine: * pod annotations for synchrony. If undefined, `.Values.podAnnotations` is used * service annotations for synchrony. If undefined, `.Values.confluence.service.annotations` is used Fixes https://github.com/atlassian/data-center-helm-charts/issues/398 ##...
What would be the right syntax to exclude metrics by category? Say, I want to exclude all metrics where `category00=:hazelcast"`. Example metrics: ``` com_example_MeanRate{category00="hazelcast",category01="distributedObject",name="created",tag_objectName="example-cache.Cache.com.example.previews.jwt.JwtUsageLogFilter",tag_serviceName="hz_impl_mapService",} com_example_95thPercentile{category00="hazelcast",category01="distributedObject",name="created",tag_objectName="example-cache.Cache.com.example.previews.jwt.JwtUsageLogFilter",tag_serviceName="hz_impl_mapService",} ```
I have looked at a couple of PRs but don't see anything in main branch yet. Is it not possible to create just one global AlertManagerConfig or perhaps use regex?...
Hi! Is it possible to add a fieldDependency that checks if some other path (string) is non-empty? Like a wildcard, for example: ``` - 'urn:alm:descriptor:com.tectonic.ui:fieldDependency:volumes.sharedHome.persistentVolumeClaim.claimName:*' ```