Skip to content

Commit

Permalink
Merge pull request #335 from raif-ahmed/master
Browse files Browse the repository at this point in the history
update README with the new parameter 'ctrlSercretName'
  • Loading branch information
becitsthere authored Nov 16, 2023
2 parents 78af8b6 + c5673df commit 9fda566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions charts/monitor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Parameter | Description | Default | Notes
`exporter.enabled` | If true, create Prometheus exporter | `false` |
`exporter.image.repository` | exporter image name | `neuvector/prometheus-exporter` |
`exporter.image.tag` | exporter image tag | `latest` |
`exporter.ctrlSercretName` | existing secret that have CTRL_USERNAME and CTRL_PASSWORD fields to login to the controller. | `nil` | if parameter exists then `exporter.CTRL_USERNAME` & `exporter.CTRL_PASSWORD` will be skipped
`exporter.CTRL_USERNAME` | Username to login to the controller. Suggest to replace the default admin user to a read-only user | `admin` |
`exporter.CTRL_PASSWORD` | Password to login to the controller. | `admin` |

Expand Down
2 changes: 1 addition & 1 deletion charts/monitor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exporter:
# changes this to a readonly user !
CTRL_USERNAME: admin
CTRL_PASSWORD: admin
ctrlSercretName: nv-exporter-secret
ctrlSercretName: ''

apiSvc: neuvector-svc-controller-api:10443

Expand Down

0 comments on commit 9fda566

Please sign in to comment.