replicaCount: 1 image: repository: ghcr.io/pfeifferj/karpenter-provider-ibm-cloud/controller tag: latest pullPolicy: IfNotPresent serviceAccount: create: true credentials: ibm_api_key: "test-ibm-api-key" region: "us-south" vpc_api_key: "test-vpc-api-key" controller: metrics: port: 8080 livenessProbe: httpGet: path: /healthz port: 8081 readinessProbe: httpGet: path: /readyz port: 8081