Skip to content

Commit

Permalink
fix(kubernetes): allow base64 manifests in deploy stage (#7298) (#7303)
Browse files Browse the repository at this point in the history
  • Loading branch information
spinnakerbot authored and maggieneterval committed Aug 6, 2019
1 parent 00cc689 commit 5127e72
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export class DeployManifestStageForm extends React.Component<
ArtifactTypePatterns.DOCKER_IMAGE,
ArtifactTypePatterns.KUBERNETES,
ArtifactTypePatterns.FRONT50_PIPELINE_TEMPLATE,
ArtifactTypePatterns.EMBEDDED_BASE64,
ArtifactTypePatterns.MAVEN_FILE,
];

Expand Down

0 comments on commit 5127e72

Please sign in to comment.