Skip to content

Commit

Permalink
Merge pull request #25 from ehearneRedHat/deploy-local
Browse files Browse the repository at this point in the history
[WIP] Removed imagePullPolicy and added namespace to local config
  • Loading branch information
R-Lawton authored Feb 19, 2024
2 parents e287a62 + 75d50ef commit ea8383d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions config/local/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
namespace: kuadra-system

resources:
- ../default

Expand Down
3 changes: 1 addition & 2 deletions config/local/manager_config_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ spec:
template:
spec:
containers:
- name: manager
imagePullPolicy: Never
- name: manager

0 comments on commit ea8383d

Please sign in to comment.