COMPUTED VALUES:
clusterDomain: cluster.local
clusterOperator:
  affinity: {}
  args: []
  automountServiceAccountToken: true
  command:
  - /manager
  containerPorts:
    metrics: 9782
  containerSecurityContext:
    allowPrivilegeEscalation: false
    capabilities:
      drop:
      - ALL
    enabled: true
    privileged: false
    readOnlyRootFilesystem: true
    runAsGroup: 1001
    runAsNonRoot: true
    runAsUser: 1001
    seLinuxOptions: {}
    seccompProfile:
      type: RuntimeDefault
  customLivenessProbe: {}
  customReadinessProbe: {}
  customStartupProbe: {}
  extraEnvVars: []
  extraEnvVarsCM: ""
  extraEnvVarsSecret: ""
  extraVolumeMounts: []
  extraVolumes: []
  fullnameOverride: rabbitmq-cluster-operator
  hostAliases: []
  image:
    digest: ""
    pullPolicy: IfNotPresent
    pullSecrets: []
    registry: docker.io
    repository: docker.io/rabbitmqoperator/cluster-operator
    tag: 2.16.1
  initContainers: []
  lifecycleHooks: {}
  livenessProbe:
    enabled: true
    failureThreshold: 5
    initialDelaySeconds: 5
    periodSeconds: 30
    successThreshold: 1
    timeoutSeconds: 5
  metrics:
    podMonitor:
      additionalLabels: {}
      enabled: false
      honorLabels: false
      interval: 30s
      jobLabel: app.kubernetes.io/name
      metricRelabelings: []
      namespace: ""
      params: {}
      path: ""
      relabelings: []
      scrapeTimeout: 30s
      selector: {}
    service:
      annotations:
        prometheus.io/port: '{{ .Values.clusterOperator.metrics.service.ports.http
          }}'
        prometheus.io/scrape: "true"
      clusterIP: ""
      enabled: false
      externalTrafficPolicy: Cluster
      extraPorts: []
      loadBalancerIP: ""
      loadBalancerSourceRanges: []
      nodePorts:
        http: ""
      ports:
        http: 80
      sessionAffinity: None
      sessionAffinityConfig: {}
      type: ClusterIP
    serviceMonitor:
      enabled: false
      honorLabels: false
      interval: ""
      jobLabel: app.kubernetes.io/name
      labels: {}
      metricRelabelings: []
      namespace: ""
      params: {}
      path: ""
      relabelings: []
      scrapeTimeout: ""
      selector: {}
  networkPolicy:
    allowExternal: true
    allowExternalEgress: true
    enabled: true
    extraEgress: []
    extraIngress: []
    ingressNSMatchLabels: {}
    ingressNSPodMatchLabels: {}
    kubeAPIServerPorts:
    - 443
    - 6443
    - 8443
  nodeAffinityPreset:
    key: ""
    type: ""
    values: []
  nodeSelector:
    openstack-control-plane: enabled
  pdb:
    create: true
    maxUnavailable: ""
    minAvailable: ""
  podAffinityPreset: ""
  podAnnotations: {}
  podAntiAffinityPreset: soft
  podLabels: {}
  podSecurityContext:
    enabled: true
    fsGroup: 1001
    fsGroupChangePolicy: Always
    supplementalGroups: []
    sysctls: []
  priorityClassName: ""
  rbac:
    clusterRole:
      customRules: []
      extraRules: []
    create: true
  readinessProbe:
    enabled: true
    failureThreshold: 5
    initialDelaySeconds: 5
    periodSeconds: 30
    successThreshold: 1
    timeoutSeconds: 5
  replicaCount: 1
  resources: {}
  resourcesPreset: nano
  revisionHistoryLimit: 10
  schedulerName: ""
  serviceAccount:
    annotations: {}
    automountServiceAccountToken: false
    create: true
    name: ""
  sidecars: []
  startupProbe:
    enabled: false
    failureThreshold: 5
    initialDelaySeconds: 5
    periodSeconds: 30
    successThreshold: 1
    timeoutSeconds: 5
  terminationGracePeriodSeconds: ""
  tolerations: []
  topologySpreadConstraints: []
  updateStrategy:
    type: RollingUpdate
  watchAllNamespaces: true
  watchNamespaces: []
common:
  exampleValue: common-chart
  global:
    compatibility:
      openshift:
        adaptSecurityContext: auto
    defaultStorageClass: ""
    imagePullSecrets: []
    imageRegistry: harbor.atmosphere.dev
    security:
      allowInsecureImages: true
    storageClass: ""
commonAnnotations: {}
commonLabels: {}
credentialUpdaterImage:
  digest: ""
  pullSecrets: []
  registry: docker.io
  repository: docker.io/rabbitmqoperator/default-user-credential-updater
  tag: 1.0.8
diagnosticMode:
  enabled: false
extraDeploy: []
fullnameOverride: ""
global:
  compatibility:
    openshift:
      adaptSecurityContext: auto
  defaultStorageClass: ""
  imagePullSecrets: []
  imageRegistry: harbor.atmosphere.dev
  security:
    allowInsecureImages: true
  storageClass: ""
kubeVersion: ""
msgTopologyOperator:
  affinity: {}
  args: []
  automountServiceAccountToken: true
  command:
  - /manager
  containerPorts:
    metrics: 8080
  containerSecurityContext:
    allowPrivilegeEscalation: false
    capabilities:
      drop:
      - ALL
    enabled: true
    privileged: false
    readOnlyRootFilesystem: true
    runAsGroup: 1001
    runAsNonRoot: true
    runAsUser: 1001
    seLinuxOptions: {}
    seccompProfile:
      type: RuntimeDefault
  customLivenessProbe: {}
  customReadinessProbe: {}
  customStartupProbe: {}
  dnsPolicy: ClusterFirst
  enabled: true
  existingWebhookCertCABundle: ""
  existingWebhookCertSecret: ""
  extraEnvVars: []
  extraEnvVarsCM: ""
  extraEnvVarsSecret: ""
  extraVolumeMounts: []
  extraVolumes: []
  fullnameOverride: rabbitmq-messaging-topology-operator
  hostAliases: []
  hostNetwork: "false"
  image:
    digest: ""
    pullPolicy: IfNotPresent
    pullSecrets: []
    registry: docker.io
    repository: docker.io/rabbitmqoperator/messaging-topology-operator
    tag: 1.17.4
  initContainers: []
  lifecycleHooks: {}
  livenessProbe:
    enabled: true
    failureThreshold: 5
    initialDelaySeconds: 5
    periodSeconds: 30
    successThreshold: 1
    timeoutSeconds: 5
  metrics:
    podMonitor:
      additionalLabels: {}
      enabled: false
      honorLabels: false
      interval: 30s
      jobLabel: app.kubernetes.io/name
      metricRelabelings: []
      namespace: ""
      relabelings: []
      scrapeTimeout: 30s
      selector: {}
    service:
      annotations:
        prometheus.io/port: '{{ .Values.msgTopologyOperator.metrics.service.ports.http
          }}'
        prometheus.io/scrape: "true"
      clusterIP: ""
      enabled: false
      externalTrafficPolicy: Cluster
      extraPorts: []
      loadBalancerIP: ""
      loadBalancerSourceRanges: []
      nodePorts:
        http: ""
      ports:
        http: 80
      sessionAffinity: None
      sessionAffinityConfig: {}
      type: ClusterIP
    serviceMonitor:
      enabled: false
      honorLabels: false
      interval: ""
      jobLabel: app.kubernetes.io/name
      labels: {}
      metricRelabelings: []
      namespace: ""
      relabelings: []
      scrapeTimeout: ""
      selector: {}
  networkPolicy:
    allowExternal: true
    allowExternalEgress: true
    enabled: true
    extraEgress: []
    extraIngress: []
    ingressNSMatchLabels: {}
    ingressNSPodMatchLabels: {}
    kubeAPIServerPorts:
    - 443
    - 6443
    - 8443
  nodeAffinityPreset:
    key: ""
    type: ""
    values: []
  nodeSelector:
    openstack-control-plane: enabled
  pdb:
    create: true
    maxUnavailable: ""
    minAvailable: ""
  podAffinityPreset: ""
  podAnnotations: {}
  podAntiAffinityPreset: soft
  podLabels: {}
  podSecurityContext:
    enabled: true
    fsGroup: 1001
    fsGroupChangePolicy: Always
    supplementalGroups: []
    sysctls: []
  priorityClassName: ""
  rbac:
    clusterRole:
      customRules: []
      extraRules: []
    create: true
  readinessProbe:
    enabled: true
    failureThreshold: 5
    initialDelaySeconds: 5
    periodSeconds: 30
    successThreshold: 1
    timeoutSeconds: 5
  replicaCount: 1
  resources: {}
  resourcesPreset: nano
  revisionHistoryLimit: 10
  schedulerName: ""
  service:
    annotations: {}
    clusterIP: ""
    externalTrafficPolicy: Cluster
    extraPorts: []
    loadBalancerIP: ""
    loadBalancerSourceRanges: []
    nodePorts:
      http: ""
    ports:
      webhook: 443
    sessionAffinity: None
    sessionAffinityConfig: {}
    type: ClusterIP
  serviceAccount:
    annotations: {}
    automountServiceAccountToken: false
    create: true
    name: ""
  sidecars: []
  skipCreateAdmissionWebhookConfig: false
  startupProbe:
    enabled: false
    failureThreshold: 5
    initialDelaySeconds: 5
    periodSeconds: 30
    successThreshold: 1
    timeoutSeconds: 5
  terminationGracePeriodSeconds: ""
  tolerations: []
  topologySpreadConstraints: []
  updateStrategy:
    type: RollingUpdate
  watchAllNamespaces: true
  watchNamespaces: []
nameOverride: ""
rabbitmqImage:
  digest: ""
  pullSecrets: []
  registry: docker.io
  repository: docker.io/library/rabbitmq
  tag: 4.1.4-management
useCertManager: true
