Skip to content

Commit

Permalink
Merge pull request #167 from AccessibleAI/DEV-22146-base-registry-ima…
Browse files Browse the repository at this point in the history
…gehub

Add ImageHub value to configmap to be available on app
  • Loading branch information
Dimss authored Feb 18, 2024
2 parents 1ab11f6 + f17ec8b commit a2f9fa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/app/controlplane/tmpl/conf/cm/config-base.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ data:
{{- range $featureFlagName, $featureFlagValue := .Spec.ControlPlane.BaseConfig.FeatureFlags }}
{{$featureFlagName}}: "{{$featureFlagValue}}"
{{- end }}
CNVRG_IMAGE_HUB: "{{ .Spec.ImageHub }}"



Expand Down

0 comments on commit a2f9fa1

Please sign in to comment.