Skip to content

Commit

Permalink
feat: Add testing overlay (trustyai-explainability#251)
Browse files Browse the repository at this point in the history
This overlay adds an `ImagePullPolicy: Always` to the operator image for testing purposes.
  • Loading branch information
ruivieira authored Jun 20, 2024
1 parent 49661e5 commit b28a212
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/overlays/testing/image-pull-policy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: controller-manager
namespace: system
spec:
template:
spec:
containers:
- name: manager
imagePullPolicy: Always
5 changes: 5 additions & 0 deletions config/overlays/testing/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
resources:
- ../../base

patchesStrategicMerge:
- image-pull-policy.yaml

0 comments on commit b28a212

Please sign in to comment.