-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
push alloy-gateway to collection (#71)
* push alloy-gateway to collection * Update flux-manifests/kustomization.yaml Co-authored-by: Jose Armesto <[email protected]> --------- Co-authored-by: Jose Armesto <[email protected]>
- Loading branch information
1 parent
f227075
commit 5fc8dc4
Showing
2 changed files
with
14 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
api_version: generators.giantswarm.io/v1 | ||
app_catalog: control-plane-catalog | ||
app_destination_namespace: monitoring | ||
app_name: alloy-gateway | ||
app_version: 0.5.2 | ||
kind: Konfigure | ||
metadata: | ||
annotations: | ||
config.kubernetes.io/function: |- | ||
exec: | ||
path: /plugins/konfigure | ||
name: alloy-gateway | ||
name: alloy-gateway |
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,4 +1,5 @@ | ||
generators: | ||
- alloy-gateway.yaml | ||
- app-admission-controller.yaml | ||
- app-exporter.yaml | ||
- app-operator.yaml | ||
|