Skip to content

Latest commit

 

History

History

manifests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Kubernetes Manifests

Make your own datadog-secrets.yml. You can use the datadog-secrets.yml.example file as a starting point.

Deploying the Operator into a cluster:

oc new-project dogkop
oc apply -f rbac.yml
oc apply -f monitor-crd.yml
oc apply -f datadog-secrets.yaml
oc apply -f deployment.yml