Skip to content

Commit

Permalink
fix: test diff check
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbaehler committed Oct 18, 2023
1 parent 09482c5 commit 321a9f1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ run: generate manifests

# Creates the single file to install Capsule without any external dependency
installer: manifests kustomize
cd config/manager && $(KUSTOMIZE) edit set image controller=${CAPSULE_IMG}:${VERSION}
cd config/manager && $(KUSTOMIZE) edit set image controller=${CAPSULE_IMG}
$(KUSTOMIZE) build config/default > config/install.yaml

# Install CRDs into a cluster
Expand Down
2 changes: 0 additions & 2 deletions config/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2762,8 +2762,6 @@ spec:
- --zap-encoder=console
- --zap-log-level=debug
- --configuration-name=capsule-default
command:
- /manager
env:
- name: NAMESPACE
valueFrom:
Expand Down
4 changes: 1 addition & 3 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ spec:
control-plane: controller-manager
spec:
containers:
- command:
- /manager
args:
- args:
- --enable-leader-election
- --zap-encoder=console
- --zap-log-level=debug
Expand Down

0 comments on commit 321a9f1

Please sign in to comment.