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
When doing a helm template poc-eks strongdm/sdm-relay -f values.yaml > poc-eks.yaml using a values file that only contains an adminToken, no token, the resulting poc-eks.yaml is invalid and cannot be applied in Kubernetes.
Issues:
The secret has an empty value for token
That empty value then makes the Deployment environment variables invalid
At launch, the Relay won't start
Solution: don't set token in the secret if it does not have a value.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
When doing a
helm template poc-eks strongdm/sdm-relay -f values.yaml > poc-eks.yaml
using a values file that only contains an adminToken, no token, the resulting poc-eks.yaml is invalid and cannot be applied in Kubernetes.Issues:
token
Solution: don't set token in the secret if it does not have a value.
Thanks!
The text was updated successfully, but these errors were encountered: