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.
I am attempting to deploy the helm chart with the following values:
This fails due to the following error:
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
andsecret
.