Skip to content
This repository has been archived by the owner on Dec 15, 2024. It is now read-only.

Commit

Permalink
Align chart with CLI (E2E verify) (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
edeNFed authored Jul 22, 2024
1 parent fc81103 commit 4e686a5
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
5 changes: 4 additions & 1 deletion charts/odigos/templates/crds/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.8.0
labels:
odigos.io/config: "1"
odigos.io/system-object: "true"
creationTimestamp: null
name: odigosconfigurations.odigos.io
spec:
Expand Down Expand Up @@ -132,4 +135,4 @@ status:
kind: ""
plural: ""
conditions: []
storedVersions: []
storedVersions: []
3 changes: 3 additions & 0 deletions charts/odigos/templates/crds/destinations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.8.0
labels:
odigos.io/config: "1"
odigos.io/system-object: "true"
name: destinations.odigos.io
spec:
group: odigos.io
Expand Down
3 changes: 3 additions & 0 deletions charts/odigos/templates/crds/instrumentedapplications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
labels:
odigos.io/config: "1"
odigos.io/system-object: "true"
name: instrumentedapplications.odigos.io
spec:
group: odigos.io
Expand Down
3 changes: 3 additions & 0 deletions charts/odigos/templates/crds/processors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.8.0
labels:
odigos.io/config: "1"
odigos.io/system-object: "true"
creationTimestamp: null
name: processors.odigos.io
spec:
Expand Down
4 changes: 2 additions & 2 deletions charts/odigos/templates/scheduler/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ spec:
replicas: 1
selector:
matchLabels:
app: odigos-scheduler
app.kubernetes.io/name: odigos-scheduler
template:
metadata:
annotations:
kubectl.kubernetes.io/default-container: manager
labels:
app: odigos-scheduler
app.kubernetes.io/name: odigos-scheduler
spec:
containers:
- args:
Expand Down

0 comments on commit 4e686a5

Please sign in to comment.