Skip to content

Commit

Permalink
feat: Introduce empty kustomization of ai-navigation-app (#1547)
Browse files Browse the repository at this point in the history
* 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
mikolajb and d2iq-mergebot authored Sep 6, 2023
1 parent 292264e commit 2cf6bda
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/service-labeler.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
services/ai-navigator-app:
- services/ai-navigator-app/**
services/centralized-grafana:
- services/centralized-grafana/**
services/centralized-kubecost:
Expand Down
8 changes: 8 additions & 0 deletions services/ai-navigator-app/0.1.0/defaults/cm.yaml
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}
4 changes: 4 additions & 0 deletions services/ai-navigator-app/0.1.0/defaults/kustomization.yaml
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
2 changes: 2 additions & 0 deletions services/ai-navigator-app/0.1.0/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
8 changes: 8 additions & 0 deletions services/ai-navigator-app/metadata.yaml
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

0 comments on commit 2cf6bda

Please sign in to comment.