Soluto / helm-charts

Soluto's Helm Charts Repository
MIT License
8 stars 12 forks source link

Cannot apply only some of the `keyManagement.awsKms` values #45

Closed Southporter closed 4 years ago

Southporter commented 4 years ago

I am attempting to deploy the helm chart with the following values:

keyManagement:
    provider: AwsKms
    awsKms:
        region: us-east-1
        cmkPrefix: some-prefix

This fails due to the following error:

unable to build kubernetes objects from release manifest: error validating "": error validating data: [unknown object type "nil" in ConfigMap.data.KeyManagementAwsKmsKey, unknown object type "nil" in ConfigMap.data.KeyManagementAwsKmsSecret]

I don't want to provide the credentials in this manner. It would be nice if I could provide only some of the values and not key and secret.