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

Commit

Permalink
Disable the default secrets creation (#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP authored Nov 27, 2020
1 parent cab3889 commit b469fa8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kubectl-cloudflow/cmd/deploy_command.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ func (opts *deployOptions) deployImpl(cmd *cobra.Command, args []string) {
ownerReference := createOrUpdateCloudflowApplication(appClient, applicationSpec)

appInputSecret = config.UpdateSecretWithOwnerReference(ownerReference, appInputSecret)
createStreamletSecretsIfMissing(k8sClient, applicationSpec, ownerReference)
// TODO: re-enable once this solution is more stable
// createStreamletSecretsIfMissing(k8sClient, applicationSpec, ownerReference)
createOrUpdateAppInputSecret(k8sClient, namespace, appInputSecret)

serviceAccount := newCloudflowServiceAccountWithImagePullSecrets(namespace)
Expand Down

0 comments on commit b469fa8

Please sign in to comment.