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.
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.