cloudfoundry-incubator / kubo-release

Kubernetes BOSH release
https://www.cloudfoundry.org/container-runtime/
Apache License 2.0
161 stars 76 forks source link

Unable to configure encryption configuration #398

Open ghost opened 3 years ago

ghost commented 3 years ago

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 : Original file passed File received on the master is unaligned and hence not being parsed : File recieved on the master 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. Parse using pry