Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1824 from weaveworks/helm-op-optional-values
Browse files Browse the repository at this point in the history
Do not require 'values' object in HelmRelease CRD
  • Loading branch information
hiddeco authored Mar 14, 2019
2 parents 546ea71 + ba4f17b commit f42425c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/flux/templates/helm-operator-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
openAPIV3Schema:
properties:
spec:
required: ['values', 'chart']
required: ['chart']
properties:
releaseName:
type: string
Expand Down
2 changes: 1 addition & 1 deletion deploy-helm/flux-helm-release-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
openAPIV3Schema:
properties:
spec:
required: ['values', 'chart']
required: ['chart']
properties:
releaseName:
type: string
Expand Down

0 comments on commit f42425c

Please sign in to comment.