Skip to content

Commit

Permalink
Fill in dummy value for agent.zone.name in instana-agent.customresour…
Browse files Browse the repository at this point in the history
…ce.yaml as it was before. The RedHat operator metadata scan is failing and this is the only difference I could see that might affect that
  • Loading branch information
dlbock committed May 28, 2020
1 parent b13bcb6 commit 10f7d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/instana-agent.customresource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: instana-agent
namespace: instana-agent
spec:
agent.zone.name: # (optional) name of the zone of the Kubernetes cluster
agent.zone.name: my-zone # (optional) name of the zone of the host
agent.key: replace-me # replace with your Instana agent key
agent.endpoint.host: ingress-red-saas.instana.io # the monitoring ingress endpoint
agent.endpoint.port: 443 # the monitoring ingress endpoint port, wrapped in quotes
Expand Down

0 comments on commit 10f7d64

Please sign in to comment.