SoftwareAG / webmethods-helm-charts

This repository contains a collection of Helm charts for various webMethods components.
https://open-source.softwareag.com/webmethods-helm-charts/
Apache License 2.0
8 stars 14 forks source link

should be kubectl create secret generic ... #83

Closed enginsarlak closed 1 month ago

enginsarlak commented 2 months ago

https://github.com/SoftwareAG/webmethods-helm-charts/blame/20fc1518f7ac358c9caea7fc51cd9395cc7a423f/mywebmethodsserver/helm/values.yaml#L207

kubectl create secret mws-secret --from-literal=user=mwsuser --from-literal=password=mypassword should be kubectl create secret generic mws-secret --from-literal=user=mwsuser --from-literal=password=mypassword

thomas-2020 commented 2 months ago

You are right. I will correct it.