-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Introduce empty kustomization of ai-navigation-app (#1547)
* feat: Introduce empty kustomization of ai-navigation-app Signed-off-by: Mikołaj Baranowski <[email protected]> * build: Updated .github/service-labeler.yaml --------- Signed-off-by: Mikołaj Baranowski <[email protected]> Co-authored-by: d2iq-mergebot <[email protected]>
- Loading branch information
1 parent
292264e
commit 2cf6bda
Showing
5 changed files
with
24 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
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,8 @@ | ||
apiVersion: v1 | ||
data: | ||
values.yaml: | | ||
--- | ||
kind: ConfigMap | ||
metadata: | ||
name: ai-navigation-app-0.1.0-d2iq-defaults | ||
namespace: ${releaseNamespace} |
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,4 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- cm.yaml |
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,2 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization |
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,8 @@ | ||
displayName: DKP AI Navigator | ||
description: DKP AI Navigator is D2iQ’s cool chatbot tool | ||
category: | ||
- tools | ||
type: platform | ||
allowMultipleInstances: false | ||
scope: | ||
- workspace |