morhidi commented on code in PR #525:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/525#discussion_r1098777301


##########
docs/layouts/shortcodes/generated/dynamic_section.html:
##########
@@ -8,6 +8,12 @@
         </tr>
     </thead>
     <tbody>
+        <tr>
+            <td><h5>kubernetes.operator.argument.variables.enabled</h5></td>
+            <td style="word-wrap: break-word;">false</td>
+            <td>Boolean</td>

Review Comment:
   Ah ok I guess I see your point. So you want automatic substitution of:
   ```
   security.ssl.internal.truststore: ${TRUSTSTORE}
   security.ssl.internal.truststore-password: ${TRUSTSTORE_PASSWROD}
   ```
   
   Instead of:
   
   ```
   kubernetes.jobmanager.entrypoint.args: -Dsecurity.ssl.internal.truststore: 
${TRUSTSTORE} -Dsecurity.ssl.internal.truststore-password: 
${TRUSTSTORE_PASSWROD}
   ```
   
   I'd prefer to do this in a separate jira.
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to