You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| backstage.image.tag | Backstage image tag (immutable tags are recommended) | string |`"latest"`|
106
106
| backstage.initContainers | Backstage container init containers | list |`[]`|
107
+
| backstage.podAnnotations | Annotations to add to the backend deployment pods | object |`{}`|
107
108
| backstage.podSecurityContext | Security settings for a Pod. The security settings that you specify for a Pod apply to all Containers in the Pod. <br /> Ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod| object |`{}`|
| backstage.tolerations | Node tolerations for server scheduling to nodes with taints <br /> Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/| list |`[]`|
0 commit comments