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