Skip to content
GitLab
Next
Projects
Groups
Snippets
Help
Loading...
Help
See what's new at GitLab
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
GitLab Operator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
26
Issues
26
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
3
Merge Requests
3
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GitLab.org
OpenShift
GitLab Operator
Commits
6c11b37d
Commit
6c11b37d
authored
Sep 15, 2020
by
Edmund Ochieng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add workaround for manifests target in makefile
parent
562da546
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Makefile
Makefile
+1
-0
No files found.
Makefile
View file @
6c11b37d
...
...
@@ -112,6 +112,7 @@ bundle: manifests
operator-sdk generate kustomize manifests
-q
cd
config/manager
&&
$(KUSTOMIZE)
edit
set
image
controller
=
$(IMG)
$(KUSTOMIZE)
build config/manifests | operator-sdk generate bundle
-q
--overwrite
--version
$(VERSION)
$(BUNDLE_METADATA_OPTS)
find bundle/manifests/
-type
f | xargs
-n
1
sed
-i
'/namespace: .*/d'
operator-sdk bundle validate ./bundle
# Build the bundle image.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment