1## Optional enable distributed cache
4## When enabled (default) the operator dynamically creates ServiceAccount,
5## ClusterRole and ClusterRoleBinding for each k8sgpt workload it manages.
6## Set to false to disable dynamic RBAC and rely on pre-provisioned static
7## resources from the Helm templates instead.
13 # The namespace where Prometheus expects to find the serviceMonitor
17 # The namespace where Grafana expects to find the dashboard
20 annotation: grafana_folder
23 key: grafana_dashboard
25 # create GrafanaDashboard custom resource referencing to the configMap.
26 # according to https://grafana-operator.github.io/grafana-operator/docs/examples/dashboard_from_configmap/readme/
32 # Additional annotations to add to the controller manager deployment
35 containerSecurityContext:
36 allowPrivilegeEscalation: false
41 repository: cgr.dev/chainguard-private/kube-rbac-proxy
42 tag: 0.22.1-r12@sha256:3466af8b7c0ae13081e800f84a84d6428d2ab8a06fa7db55d8d5d91efa0b750a
51 sinkWebhookTimeout: 30s
52 enableResultLogging: false
53 containerSecurityContext:
54 allowPrivilegeEscalation: false
59 repository: cgr.dev/chainguard-private/k8sgpt-operator
60 tag: 0.2.29-r6@sha256:123a53d91508fcd07d1ecc1d2f033870578affb26a3e3282d852ae724cd572c2
69 ## Node labels for pod assignment
70 ## ref: https://kubernetes.io/docs/user-guide/node-selection/
75 # Set securityContext.runAsUser/runAsGroup if necessary. Values below were taken from https://github.com/k8sgpt-ai/k8sgpt-operator/blob/main/Dockerfile
78kubernetesClusterDomain: cluster.local