We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 273e9f7 commit 613bf98Copy full SHA for 613bf98
tools/openshift/d365api.deployment.yaml
@@ -33,7 +33,7 @@ objects:
33
app: '${APP_NAME}-d365api-${ENVIRONMENT}'
34
spec:
35
containers:
36
- - image: image-registry.openshift-image-registry.svc:5000/${NAMESPACE}/${REPO_NAME}api:${TAG}
+ - image: image-registry.openshift-image-registry.svc:5000/${NAMESPACE}/${REPO_NAME}api-${BRANCH}:${TAG}
37
imagePullPolicy: Always
38
volumeMounts:
39
# - name: tls-certs
0 commit comments