Compare commits

..

No commits in common. 'main' and 'v1.31.0' have entirely different histories.

2
.gitignore vendored

@ -1,2 +0,0 @@
.project
.idea

@ -1,5 +1,5 @@
# Adds namespace to all resources. # Adds namespace to all resources.
namespace: operator-jaeger namespace: observability
# Value of this field is prepended to the # Value of this field is prepended to the
# names of all resources, e.g. a deployment named # names of all resources, e.g. a deployment named
@ -21,7 +21,8 @@ bases:
- ../manager - ../manager
- ../webhook - ../webhook
- ../certmanager - ../certmanager
- ../prometheus # [PROMETHEUS] To enable prometheus monitor, uncomment all sections with 'PROMETHEUS'.
#- ../prometheus
patchesStrategicMerge: patchesStrategicMerge:
# Protect the /metrics endpoint by putting it behind auth. # Protect the /metrics endpoint by putting it behind auth.

Loading…
Cancel
Save