Skip to content

Commit 9e977f1

Browse files
authored
Merge of #933
2 parents 2389f05 + 75b8991 commit 9e977f1

41 files changed

Lines changed: 115 additions & 367 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

components/manifests/base/agent-registry-configmap.yaml renamed to components/manifests/base/core/agent-registry-configmap.yaml

File renamed without changes.

components/manifests/base/ambient-api-server-service.yml renamed to components/manifests/base/core/ambient-api-server-service.yml

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
apiVersion: kustomize.config.k8s.io/v1beta1
2+
kind: Kustomization
3+
4+
resources:
5+
- backend-deployment.yaml
6+
- frontend-deployment.yaml
7+
- operator-deployment.yaml
8+
- public-api-deployment.yaml
9+
- workspace-pvc.yaml
10+
- minio-deployment.yaml
11+
- postgresql-deployment.yaml
12+
- ambient-api-server-service.yml
13+
- unleash-deployment.yaml
14+
- agent-registry-configmap.yaml
15+
16+
configMapGenerator:
17+
- name: ambient-models
18+
files:
19+
- models.json
20+
options:
21+
disableNameSuffixHash: true
22+
- name: ambient-flags
23+
files:
24+
- flags.json
25+
options:
26+
disableNameSuffixHash: true
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)