UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
values.yaml 443 B
Newer Older
  • Learn to ignore specific revisions
  • still's avatar
    still committed
    # Configure number of MinIO Operator Deployment Replicas
    replicas:
      count: 1
    
    # Configure repo and tag of MinIO Operator Image
    image:
    
    still's avatar
    still committed
      name: registry1.dso.mil/ironbank/opensource/minio/minio-operator
      tag: 2.0.9
    
    still's avatar
    still committed
      imagePullPolicy: IfNotPresent
    
    ## set kubernetes cluster domain where minio is running
    ##
    clusterDomain: cluster.local
    
    still's avatar
    still committed
    # watchedNamespace: set to blank to enable watching all namespaces
    watchedNamespace:
    
    still's avatar
    still committed
    
    imagePullSecrets: [ ]