Skip to content
New issue

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

Fabric k8s operator CA example cr file has wrong parameters #61

Closed
litong01 opened this issue Nov 1, 2019 · 1 comment
Closed

Fabric k8s operator CA example cr file has wrong parameters #61

litong01 opened this issue Nov 1, 2019 · 1 comment
Assignees

Comments

@litong01
Copy link
Contributor

litong01 commented Nov 1, 2019

Fabric k8s operator CA example cr file uses wrong configParams format

Expected Behavior

`
configParams:

  • name: FABRIC_CA_SERVER_PORT
    value: "7054"
  • name: FABRIC_CA_SERVER_DEBUG
    value: false
    `

Current Behavior

configParams:
FABRIC_CA_SERVER_PORT: 7054
FABRIC_CA_SERVER_DEBUG: false

Possible Solution

Steps to Reproduce

Context (Environment)

  • OS:
  • Architecture:
  • Docker version:
  • Docker compose version:
  • Kubernetes version:

Detailed Description and log

Possible Implementation

litong01 added a commit that referenced this issue Nov 1, 2019
[#61]Fixed operation CA example cr yaml file
@litong01 litong01 self-assigned this Nov 1, 2019
@litong01
Copy link
Contributor Author

litong01 commented Nov 1, 2019

The patch has been merged.

@litong01 litong01 closed this as completed Nov 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant