helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

[K8s-Stack] Add Global Variables for Image Registry and PullSecrets

Open alihoda opened this issue 1 year ago • 0 comments

Is there any way to add global variables for image registry and pullSecrets in k8s stack? Just like what is in Prometheus charts.

global:
  # global:
  #   imagePullSecrets:
  #   - name: pullSecret1
  #   - name: pullSecret2
  imagePullSecrets: []
  #
  # Allow parent charts to override registry hostname
  imageRegistry: ""

In the way that dependencies also use it.

alihoda avatar Dec 20 '23 14:12 alihoda