We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cace14c commit 04a154eCopy full SHA for 04a154e
kustomize/apps/jupyter-web-app/base/deployment.yaml
@@ -9,7 +9,7 @@ spec:
9
containers:
10
- name: jupyter-web-app
11
imagePullPolicy: IfNotPresent
12
- image: k8scc01covidacr.azurecr.io/jupyter-apis:b94d20577244d7c80277d0f5bbc0afd7f0ccbfb3
+ image: k8scc01covidacr.azurecr.io/jupyter-apis:0c452f74047420567c806628cdce07949089253d
13
env:
14
- name: UI
15
value: default
@@ -57,7 +57,7 @@ spec:
57
initContainers:
58
- name: copy-jwa-static-files
59
# Change for the image I just built
60
61
# image: k3d-s3proxy-registry:5050/s3proxy-dev:latest
62
command: [sh, -c]
63
args: ["cp -r /src/dist/frontend/* /etc/nginx/html/"]
0 commit comments