Skip to content

Commit

Permalink
v0.90.0 update of opentelemetry-operator (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
lisguo authored Jan 19, 2024
2 parents 245e390 + f98b527 commit a02591d
Show file tree
Hide file tree
Showing 153 changed files with 30,885 additions and 3,308 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ set-image-controller: manifests kustomize
# Deploy controller in the current Kubernetes context, configured in ~/.kube/config
.PHONY: deploy
deploy: set-image-controller
$(KUSTOMIZE) build config/default | kubectl apply -f -
$(KUSTOMIZE) build config/default | kubectl apply --server-side -f -

# Undeploy controller in the current Kubernetes context, configured in ~/.kube/config
.PHONY: undeploy
Expand Down
280 changes: 263 additions & 17 deletions apis/v1alpha1/amazoncloudwatchagent_types.go

Large diffs are not rendered by default.

122 changes: 0 additions & 122 deletions apis/v1alpha1/amazoncloudwatchagent_webhook.go

This file was deleted.

Loading

0 comments on commit a02591d

Please sign in to comment.