Juliano Barbosa
Juliano Barbosa
Hello, Any news ????
# values.yaml ```helm certificate: "" # base64 encoded logLevel: INFO additionalEnvVars: [] imagePullSecrets: [] allowedToolsets: "kubernetes/core" image: holmes:0.0.0 registry: us-central1-docker.pkg.dev/genuine-flight-317411/devel enableAccountsCreate: true createServiceAccount: true customServiceAccountName: "" customClusterRoleRules: [] enablePostProcessing: false...
# holmes.yaml ```helm apiVersion: apps/v1 kind: Deployment metadata: name: {{ .Release.Name }}-holmes namespace: {{ .Release.Namespace }} labels: app: holmes spec: replicas: 1 selector: matchLabels: app: holmes template: metadata: labels: app:...
File location: playbooks/robusta_playbooks/disk_benchmark.py this is the snippet. ```python class DiskBenchmarkParams(PodRunningParams): """ :var pvc_name: Name of the pvc created for the benchmark. :var test_seconds: The benchmark duration. :var namespace: Namespace used...