Nail Islamov

Results 5 issues of Nail Islamov

One example is `PodDisruptionBudget`, another is RBAC objects (role binding cannot be changed to reference a different role IIRC). For immutable resource kinds we should either implement a custom code,...

**Use case**: generate resource names based on the bundle name (see `name: {{#metadata.name}}-sleeper1` for example): ```yaml apiVersion: smith.atlassian.com/v1 kind: Bundle metadata: name: bundlex spec: resources: - name: sleeper1 spec: apiVersion:...

enhancement
feature

**Is your feature request related to a problem? Please describe.** Currently log messages are written using the standard `log` package which prints messages in plain text, and doesn't support any...

feature-request