newrelic / newrelic-kubernetes-operator

Operator to create New Relic configuration in Kubernetes
Apache License 2.0
43 stars 21 forks source link

fix: namespace's prefix deleted. #122

Closed kaojiri closed 3 years ago

kaojiri commented 3 years ago

Namespace prefix "newrelic-kubernetes-operator-" is not needed because of defined by kustomization.yaml

kaojiri commented 3 years ago

I appreciate if you advise me how to fix below?

thande commented 3 years ago

@kaojiri so the failure here was from the git commit message validation https://github.com/newrelic/newrelic-kubernetes-operator/blob/master/build/lint.mk#L11 If you re-write your git commit with a new message like fix: namespace's prefix deleted. it should pass the linting properly

kaojiri commented 3 years ago

thx. will retry it.