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
Fabric k8s operator CA example cr file uses wrong configParams format
` configParams:
configParams: FABRIC_CA_SERVER_PORT: 7054 FABRIC_CA_SERVER_DEBUG: false
The text was updated successfully, but these errors were encountered:
Merge pull request #62 from litong01/master
20d30bf
[#61]Fixed operation CA example cr yaml file
The patch has been merged.
Sorry, something went wrong.
litong01
No branches or pull requests
Fabric k8s operator CA example cr file uses wrong configParams format
Expected Behavior
`
configParams:
value: "7054"
value: false
`
Current Behavior
configParams:
FABRIC_CA_SERVER_PORT: 7054
FABRIC_CA_SERVER_DEBUG: false
Possible Solution
Steps to Reproduce
Context (Environment)
Detailed Description and log
Possible Implementation
The text was updated successfully, but these errors were encountered: