-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ replace windup with analyzer-lsp again (#254)
Signed-off-by: David Zager <david.j.zager@gmail.com>
- Loading branch information
Showing
14 changed files
with
64 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
## Append samples you want in your CSV to this file as resources ## | ||
resources: | ||
- tackle_v1alpha1_tackle.yaml | ||
- tackle_v1alpha1_addon.yaml | ||
#+kubebuilder:scaffold:manifestskustomizesamples |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
20 changes: 20 additions & 0 deletions
20
roles/tackle/templates/customresource-addon-analyzer.yml.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
kind: Addon | ||
apiVersion: tackle.konveyor.io/v1alpha1 | ||
metadata: | ||
name: {{ analyzer_name }} | ||
namespace: {{ app_namespace }} | ||
labels: | ||
app.kubernetes.io/name: {{ analyzer_service_name }} | ||
app.kubernetes.io/component: {{ analyzer_component_name }} | ||
app.kubernetes.io/part-of: {{ app_name }} | ||
spec: | ||
image: {{ analyzer_fqin }} | ||
imagePullPolicy: {{ image_pull_policy }} | ||
resources: | ||
limits: | ||
cpu: {{ analyzer_container_limits_cpu }} | ||
memory: {{ analyzer_container_limits_memory }} | ||
requests: | ||
cpu: {{ analyzer_container_requests_cpu }} | ||
memory: {{ analyzer_container_requests_memory }} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.