Erik Lund
Erik Lund
Feature: When adding connection pooler in the Postgresql CR then the pgbouncer deployment/pods do not get the imagePullSecrets specified in the Helm chart. The pgbouncer pod is using service account...
Added new parameter for logicalbackup configuration: `logical_backup_s3_access_secret_name` to solve #1247 The CRD for the operator is updated with new parameter. Documentation updated. Note, I have updated the setting of "CLONE_AWS_SECRET_ACCESS_KEY"...
Annotations for: * Deployment * Pod * StorageClass
Add option for additional annotations at the nfs StorageClass object. For example to be used when configuring Kasten (K10) backup/restore solution.
Update dependency to CoreDNS from 1.15.3 to at least 1.16.7 to get support for imagePullSecrets in CoreDNS See also https://github.com/coredns/helm/blob/master/charts/coredns/values.yaml#L13
When I try to add imagePullSecrets I get this error: `global.imagePullSecrets.0: Invalid type. Expected: string, given: object` From documentation in values.yaml where imagePullSecrets is an Array of key/value pairs. ```...
**Describe the bug** Kubernetes is emitting an update event every time the field `status.lastResync` is updated in a Dashboard resource. GitOps implementation like ArgoCD will be notified about these update...
As described in #637 Polaris does not validate pods created by DaemonSets. For example create a simple DaemonSet: ``` apiVersion: apps/v1 kind: DaemonSet metadata: name: my-daemonset spec: selector: matchLabels: k8s-app:...
Prevent cluster admins from doing dangerous changes, for example deleting a Kubernetes node. Could Polaris be extended with rules that includes the API action applied? This will only be rules...
### Description This is a feature preview of how backup/restore of Badger could be implemented. See also https://github.com/smallstep/helm-charts/issues/97