Uploaded image for project: 'Apache YuniKorn'
  1. Apache YuniKorn
  2. YUNIKORN-244

Introduce ImagePullSecrets in values.yaml of helm charts

    XMLWordPrintableJSON

Details

    Description

      Introduce  ImagePullSecrets variable in the values.yaml template for any private docker repositories. With current helm charts, there is no way to specify the docker secrets to the pods. 

      # This is a YAML-formatted file.
      # Declare variables to be passed into your templates.
      
      replicaCount: 1
      
      ImagePullSecrets:
      
      serviceAccount: yunikorn-admin
      
      image:
        repository: apache/yunikorn
        tag: scheduler-0.9.0
        pullPolicy: Always
      
      web_image:
        repository: apache/yunikorn
        tag: web-0.9.0
        pullPolicy: Always
      
      service:
        type: LoadBalancer
        port: 9080
        port_web: 9889
      
      resources:
        requests:
          cpu: 200m
          memory: 1Gi
        limits:
          cpu: 4
          memory: 2Gi
       

      Attachments

        Issue Links

          Activity

            People

              ayubpathan Ayub Pathan
              ayubpathan Ayub Pathan
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: