Ayub Pathan created YUNIKORN-244:
------------------------------------

             Summary: Introduce ImagePullSecrets in values.yaml of helm charts
                 Key: YUNIKORN-244
                 URL: https://issues.apache.org/jira/browse/YUNIKORN-244
             Project: Apache YuniKorn
          Issue Type: Bug
          Components: release
            Reporter: Ayub Pathan


Introduce  _ImagePullSecrets_ variable in the values.yaml template for any 
private docker repositories.
{noformat}
# 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
 {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to