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
{{ message }}
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.
We are trying to enable and configure encryption config for cfcr cluster via the ops file 'cfcr/eu01/kubo-deployment/manifests/ops-files/enable-encryption-config.yml' . For this, we have passed the encryption config file as a --var-file parameter with the bosh deploy command. The master vm fails with logs indicating parse errors and failure to understand the apiversion and kind.
Original file passed :
File received on the master is unaligned and hence not being parsed :
This encryption file when edited and all processes restarted results in expected behaviour with encryption functionality for secrets.
Also tried to parse the yaml configuration, via pry, and see the same indentation issue.
The text was updated successfully, but these errors were encountered:
Hello team,
We are trying to enable and configure encryption config for cfcr cluster via the ops file 'cfcr/eu01/kubo-deployment/manifests/ops-files/enable-encryption-config.yml' . For this, we have passed the encryption config file as a --var-file parameter with the bosh deploy command. The master vm fails with logs indicating parse errors and failure to understand the apiversion and kind.
Original file passed :
File received on the master is unaligned and hence not being parsed :
This encryption file when edited and all processes restarted results in expected behaviour with encryption functionality for secrets.
Also tried to parse the yaml configuration, via pry, and see the same indentation issue.
The text was updated successfully, but these errors were encountered: