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
which outputs an object, but sealedSecrets expects an encrypted string.
The problem is that we install a new cluster every time for testing, which creates a new pem file to encrypt secrets and convert them to sealedSecrets which you are then supposed to apply to the cluster. Doing that in an automated, repeatable, and reliable way is going to take some work
The text was updated successfully, but these errors were encountered:
As it stands right now, we have no good way to test the sealedSecrets.
There is an issue with what we're passing in, and what sealedSecrets expects as output.
helm/charts/rstudio-workbench/templates/configmap-session.yaml
Line 22 in 50f2a96
helm/charts/rstudio-library/templates/_config.tpl
Lines 46 to 71 in 50f2a96
The problem is that we install a new cluster every time for testing, which creates a new pem file to encrypt secrets and convert them to sealedSecrets which you are then supposed to apply to the cluster. Doing that in an automated, repeatable, and reliable way is going to take some work
The text was updated successfully, but these errors were encountered: