Skip to content

Commit

Permalink
fix(k8s): allow unknown fields in provider config
Browse files Browse the repository at this point in the history
This fixes a regression from a recent PR which caused provider config
schema validations during environment status checks to fail.
  • Loading branch information
thsig committed Apr 29, 2019
1 parent 4e88a7c commit 921243d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion garden-service/src/plugins/kubernetes/kubernetes.ts
Expand Up @@ -120,7 +120,6 @@ export const kubernetesConfigBase = providerConfigBaseSchema
_systemServices: joiArray(joiIdentifier())
.meta({ internal: true }),
})
.unknown(false)

export const configSchema = kubernetesConfigBase
.keys({
Expand Down

0 comments on commit 921243d

Please sign in to comment.