We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuring bearerTokenSecret on the deployment's monitoring endpoint does not propagate to the created Service Monitor.
bearerTokenSecret
app-deploy.yaml:
monitoring: endpoints: - bearerTokenSecret: key: token name: my-test-token-token-v2ktw interval: 5s tlsConfig: insecureSkipVerify: true labels: app-monitoring: ""
Resulting Service Monitor:
spec: endpoints: - bearerTokenSecret: key: '' interval: 5s port: 9080-tcp tlsConfig: ca: {} cert: {} insecureSkipVerify: true
The generated service monitor should contain the bearerTokenSecret defined in the deployment.
The bearerTokenSecret configuration is not propagated to the service monitor due to the property missing from servicemonitor.crd.yaml
1.16.2
Client Version: 4.3.5 Server Version: 4.3.0 Kubernetes Version: v1.16.2
0.6.1
java-openliberty
Adding the bearerTokenSecret config to servicemonitor.crd.yaml
The text was updated successfully, but these errors were encountered:
Fixed in 0.6.0
Sorry, something went wrong.
arturdzm
No branches or pull requests
Bug Report
What did you do?
Configuring
bearerTokenSecret
on the deployment's monitoring endpoint does not propagate to the created Service Monitor.app-deploy.yaml:
Resulting Service Monitor:
What did you expect to see?
The generated service monitor should contain the bearerTokenSecret defined in the deployment.
What did you see instead?
The
bearerTokenSecret
configuration is not propagated to the service monitor due to the property missing from servicemonitor.crd.yamlEnvironment
1.16.2
Client Version: 4.3.5
Server Version: 4.3.0
Kubernetes Version: v1.16.2
0.6.1
java-openliberty
Possible solution
Adding the bearerTokenSecret config to servicemonitor.crd.yaml
The text was updated successfully, but these errors were encountered: