jedcunningham commented on issue #16313:
URL: https://github.com/apache/airflow/issues/16313#issuecomment-856309532
I'm not able to reproduce this. Do you get a base64 string when you run the
"echo Fernet Key" command `helm install` prints? e.g:
```
echo Fernet Key: $(kubectl get secret --namespace airflow-test
airflow-fernet-key -o jsonpath="{.data.fernet-key}" | base64 --decode)
```
What are you using for K8s? What version of Helm do you have? I assume a new
release name doesn't help, e.g. "airflow" -> "test"?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]