deepgram / self-hosted-resources

Official Deepgram resources for deploying Deepgram services in a self-hosted environment
https://developers.deepgram.com
ISC License
8 stars 5 forks source link

Remove imagePullSecrets mandatory #14

Closed lucaspouzac closed 3 months ago

lucaspouzac commented 4 months ago

Remove imagePullSecrets mandatory in helm charts beacuse we used internal docker proxy cache which configure this secret

      imagePullSecrets:
      - name: {{ required "Missing image repository credentials - see `global.pullSecretRef`" .Values.global.pullSecretRef }}