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
The current env variable substitution for the short server is done imperatively, and the results are substituted into the file server/deployment.short.yaml
It would be better if the definition of the env resources was done declaratively, and the only imperative step is the substitution.
The best case scenario is where everything is declarative - this can be achieved by setting the secretive env vars into a secret resource, and then the env variable could be inferred from secret.
The text was updated successfully, but these errors were encountered:
The current env variable substitution for the short server is done imperatively, and the results are substituted into the file
server/deployment.short.yaml
It would be better if the definition of the env resources was done declaratively, and the only imperative step is the substitution.
The best case scenario is where everything is declarative - this can be achieved by setting the secretive env vars into a secret resource, and then the env variable could be inferred from secret.
The text was updated successfully, but these errors were encountered: