You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.
This repo requires kustomize so we can adjust the image setting on the Deployment in the YAML files.
OpenShift offers a feature called image-lookup which coul dmake the above obsolete so we could reference image: "hello-lagom:1.0-SNAPSHOT" in all environments instead of requiring:
## in overlays/openshift/kustomization.yml
images:
- name: "hello-lagom"
newName: "docker-registry-default.centralpark.lightbend.com/lagom-scala-openshift-smoketests/hello-lagom"
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This repo requires
kustomize
so we can adjust theimage
setting on theDeployment
in the YAML files.OpenShift offers a feature called
image-lookup
which coul dmake the above obsolete so we could referenceimage: "hello-lagom:1.0-SNAPSHOT"
in all environments instead of requiring:The text was updated successfully, but these errors were encountered: