diff --git a/infra/kube/helm/values-dso.yaml b/infra/kube/helm/values-dso.yaml index 4b5f0531..98aa86d9 100644 --- a/infra/kube/helm/values-dso.yaml +++ b/infra/kube/helm/values-dso.yaml @@ -35,7 +35,8 @@ backend: pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: develop - imagePullSecrets: [] + imagePullSecrets: + - name: registry-pull-secret podAnnotations: {} podSecurityContext: {} # fsGroup: 2000 @@ -89,7 +90,8 @@ frontend: pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. tag: develop - imagePullSecrets: [] + imagePullSecrets: + - name: registry-pull-secret podAnnotations: {} podSecurityContext: {} # fsGroup: 2000