k8s-monitoring requires setting imageregistry and pullsecrets twice
global:
image:
registry: my.registry.com
pullSecrets:
- name: my-registry-creds
imageRegistry: my.registry.com
imagePullSecrets:
- name: my-registry-creds
!https://github.com/grafana/k8s-monitoring-helm/blob/main/charts/k8s-monitoring/docs/examples/private-image-registries/globally/values.yaml#L29
k8s-monitoring requires setting imageregistry and pullsecrets twice
global:
image:
registry: my.registry.com
pullSecrets:
- name: my-registry-creds
imageRegistry: my.registry.com
imagePullSecrets:
- name: my-registry-creds
Related tags and posts connected to this entry.