Skip to content

Commit

Permalink
Add --name flag to ace setup job
Browse files Browse the repository at this point in the history
Signed-off-by: Masudur Rahman <[email protected]>
  • Loading branch information
masudur-rahman committed Nov 8, 2023
1 parent 1b91873 commit c293f45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions charts/ace/templates/platform/setup-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ spec:
args:
- dev
- --admin={{ .Values.global.platform.admin.username }}
- --name={{ .Values.global.platform.admin.displayName }}
- --password=$(ADMIN_PASSWORD)
- --email={{ .Values.global.platform.admin.email }}
- --exports
Expand Down
1 change: 0 additions & 1 deletion charts/opscenter-features/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ The following table lists the configurable parameters of the `opscenter-features
| helm.releases.kubevault-opscenter.version | | <code>"v2023.10.26-rc.0"</code> |
| helm.releases.license-proxyserver.version | | <code>"v2023.10.18"</code> |
| helm.releases.monitoring-operator.version | | <code>"v0.0.3"</code> |
| helm.releases.multicluster-controlplane.version | | <code>"0.2.0"</code> |
| helm.releases.opencost.version | | <code>"1.18.1"</code> |
| helm.releases.opscenter-features.version | | <code>"v2023.10.18"</code> |
| helm.releases.panopticon.version | | <code>"v2023.10.1"</code> |
Expand Down

0 comments on commit c293f45

Please sign in to comment.