I'm using the SparkCluster to connect to sensitive systems and I'm trying to pass a secret reference as the environment variable value. Is this a supported feature and I'm simply doing something wrong in my configuration? Although it seems like the CRD schema definition doesn't include it. If not supported, is there any limitations preventing this feature in general?
Steps to reproduce:
Creating a SparkCluster with the following settings
Description:
I'm using the SparkCluster to connect to sensitive systems and I'm trying to pass a secret reference as the environment variable value. Is this a supported feature and I'm simply doing something wrong in my configuration? Although it seems like the CRD schema definition doesn't include it. If not supported, is there any limitations preventing this feature in general?
Steps to reproduce:
Creating a SparkCluster with the following settings
results in an environment variable without a value
I expect the env value reference to the
password-secret-name
to be in place also for the cluster pods.