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
If this issue is time-sensitive, I have submitted a corresponding issue with GCP support.
Bug Description
I'm not sure if this is a bug or if it has not been implemented, I was trying to do something like the dependent environment variables from k8s, but using config connector, however it does not seem to work, I tried doing exactly as k8s exemplifies by setting a variable hardcoded and trying using it on the next variable, however the variable is not expanded.
Additional Diagnostic Information
Expected the variable to be expanded, for example:
env:
- name: VAL1value: World
- name: VAL2value: "Hello, $(VAL1)"
Logging that on the application pushed to production gives the following output: INFO [18:29:56.093] [DefaultDispatcher-worker-1] com.trash.svcs.tracker.TrackerEndpoint - Hello, $(VAL1)
Expected: INFO [18:29:56.093] [DefaultDispatcher-worker-1] com.trash.svcs.tracker.TrackerEndpoint - Hello, World
Kubernetes Cluster Version
v1.29.1
Config Connector Version
1.123.1
Config Connector Mode
namespaced mode (default)
Log Output
No response
Steps to reproduce the issue
Set 2 variables, the first with some arbitrary text, and try to use its value on the next variable, I think it will be easier to understante looking at the yaml snippet provided ahead.
Checklist
Bug Description
I'm not sure if this is a bug or if it has not been implemented, I was trying to do something like the dependent environment variables from k8s, but using config connector, however it does not seem to work, I tried doing exactly as k8s exemplifies by setting a variable hardcoded and trying using it on the next variable, however the variable is not expanded.
Additional Diagnostic Information
Expected the variable to be expanded, for example:
Logging that on the application pushed to production gives the following output:
INFO [18:29:56.093] [DefaultDispatcher-worker-1] com.trash.svcs.tracker.TrackerEndpoint - Hello, $(VAL1)
Expected:
INFO [18:29:56.093] [DefaultDispatcher-worker-1] com.trash.svcs.tracker.TrackerEndpoint - Hello, World
Kubernetes Cluster Version
v1.29.1
Config Connector Version
1.123.1
Config Connector Mode
namespaced mode (default)
Log Output
No response
Steps to reproduce the issue
Set 2 variables, the first with some arbitrary text, and try to use its value on the next variable, I think it will be easier to understante looking at the yaml snippet provided ahead.
YAML snippets
The text was updated successfully, but these errors were encountered: