Skip to content

Commit

Permalink
feat: don't override imagepullpolicy on k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb committed Jun 27, 2023
1 parent 1ee7014 commit 9ce82f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tutorandroid/patches/k8s-deployments
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ spec:
containers:
- name: android-app
image: {{ ANDROID_APP_DOCKER_IMAGE }}
imagePullPolicy: Always
ports:
- containerPort: 8000
securityContext:
Expand Down

0 comments on commit 9ce82f7

Please sign in to comment.