I was wondering if it is possible to use helm charts just to generate the k8s objects themselves.
We are using multiple k8s clusters with managed by openshift
.
Helm doesn't work so well with multiple openshift clusters,
so we figured that using the oc
would work better (mostly for authentication and authorization on multiple clusters).
Helm dynamic k8s objects are very powerful and we would like to keep using them.
Is it possible to tell helm to generate the object from the given yaml
files and values
file, and pass them along to oc replace
?