Skip to content

Commit

Permalink
Fixes instana#227
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammed committed Nov 26, 2024
1 parent ca1957b commit 1bd3c99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ bundle/manifests/instana-agent-operator.clusterserviceversion.yaml
bundle/manifests/instana.io_agents.yaml
bundle/metadata/annotations.yaml
mocks/
config/crd/bases/

# Binary
instana-agent-operator
Expand Down
2 changes: 1 addition & 1 deletion api/v1/instanaagent_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ type InstanaAgentStatus struct {
// +kubebuilder:object:root=true
// +k8s:openapi-gen=true
// +kubebuilder:subresource:status
// +kubebuilder:resource:path=agents,singular=agent,shortName=ia,scope=Namespaced,categories=monitoring;openshift-optional
// +kubebuilder:resource:path=instanaagents,singular=instanaagent,shortName=ia,scope=Namespaced,categories=monitoring;openshift-optional
// +kubebuilder:storageversion
// +operator-sdk:csv:customresourcedefinitions:displayName="Instana Agent", resources={{DaemonSet,v1,instana-agent},{Pod,v1,instana-agent},{Secret,v1,instana-agent}}

Expand Down
2 changes: 1 addition & 1 deletion config/crd/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# since it depends on service name and namespace that are out of this kustomize package.
# It should be run by config/default
resources:
- bases/instana.io_agents.yaml
- bases/instana.io_instanaagents.yaml
#+kubebuilder:scaffold:crdkustomizeresource

0 comments on commit 1bd3c99

Please sign in to comment.