blackducksoftware / synopsys-operator

Archived and moved this to https://github.com/blackducksoftware/synopsysctl
Apache License 2.0
10 stars 14 forks source link

Get Command for Polaris-Reporting #1253

Closed mphammer closed 4 years ago

operator-r2d2 commented 4 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mphammer

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/blackducksoftware/synopsys-operator/blob/release-2020.2.x/OWNERS)~~ [mphammer] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
mphammer commented 4 years ago

/cherrypick master

operator-r2d2 commented 4 years ago

@mphammer: once the present PR merges, I will cherry-pick it on top of master in a new PR and assign it to you.

In response to [this](https://github.com/blackducksoftware/synopsys-operator/pull/1253#issuecomment-589807699): >/cherrypick master Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
mphammer commented 4 years ago

Example output:

eventstore:
  persistence:
    size: 1Gi
    storageClass: standard
global:
  environment: onpremenv
  rootDomain: domain.synopsys.com
onprem-auth-service:
  smtp:
    sender_email: email@synopsys.com
postgres:
  host: <host>
  isExternal: false
  password:<password>
  size: 1Gi
  storageClass: standard
  user: <username>
rp-storage-service:
  report-storage:
    volume:
      size: 1Gi
      storageClass: standard
smtp:
  host: 'smtp.host.net '
  password: <password>
  port: "2525"
  user: <username>
operator-r2d2 commented 4 years ago

@mphammer: new pull request created: #1260

In response to [this](https://github.com/blackducksoftware/synopsys-operator/pull/1253#issuecomment-589807699): >/cherrypick master Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.