networkservicemesh / nsm-operator

A kubernetes operator for deploying and managing Network Service Meshes
Apache License 2.0
9 stars 8 forks source link

Add EnvVars to NSM CR on the operator #55

Closed acmenezes closed 1 year ago

acmenezes commented 1 year ago

Describe the problem you're solving. Allow the user to specify environment variables for NSMs workloads in order to have more flexibility when configuring the platform.

Describe that task step by step. Add a field of type []corev1.EnvVar to each type of workload such as forwarder and registry. And use the value from the operator to configure the workloads.

Describe alternatives you've considered or would consider We consider using a configmap but it would be another step for the user.

acmenezes commented 1 year ago

closed by #57