We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 089dbeb + 0e0268c commit bf26a01Copy full SHA for bf26a01
apis/kots/v1beta1/application_types.go
@@ -55,6 +55,7 @@ type ApplicationSpec struct {
55
MinKotsVersion string `json:"minKotsVersion,omitempty"`
56
TargetKotsVersion string `json:"targetKotsVersion,omitempty"`
57
AdditionalImages []string `json:"additionalImages,omitempty"`
58
+ ExcludedImages []string `json:"excludedImages,omitempty"`
59
AdditionalNamespaces []string `json:"additionalNamespaces,omitempty"`
60
RequireMinimalRBACPrivileges bool `json:"requireMinimalRBACPrivileges,omitempty"`
61
SupportMinimalRBACPrivileges bool `json:"supportMinimalRBACPrivileges,omitempty"`
0 commit comments