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/scratch-images/test-tmp/kube-rbac-proxy
42 tag: 0.22.1-r4@sha256:fcfadb3b20b8846f7dd405c269506dd97da20c9a0c23a103191f10fc7d9bb42c
51 sinkWebhookTimeout: 30s
52 enableResultLogging: false
53 containerSecurityContext:
54 allowPrivilegeEscalation: false
59 repository: cgr.dev/scratch-images/test-tmp/k8sgpt-operator
60 tag: 0.2.27-r11@sha256:17bfc658319055fd6d26b6914965c5df45732585603e755a3efb8da5b64167c9
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