You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Kubernetes Provider does only support generating file-style ConfigMap. not support file-style Secret. This causes some inconvenience when someone is using file-style configMap, they may have to do some special for secrets.
Assume the target configuration should look like this:
The database:connectionString comes from Secret, otherConfig* comes from configMap. Currently since k8s provider does not support file-style secret, it's not easy to tackle this situation.
The text was updated successfully, but these errors were encountered:
Currently Kubernetes Provider does only support generating file-style ConfigMap. not support file-style Secret. This causes some inconvenience when someone is using file-style configMap, they may have to do some special for secrets.
Assume the target configuration should look like this:
The
database:connectionString
comes from Secret,otherConfig*
comes from configMap. Currently since k8s provider does not support file-style secret, it's not easy to tackle this situation.The text was updated successfully, but these errors were encountered: