diff --git a/kubectl-cloudflow/cmd/deploy_command.go b/kubectl-cloudflow/cmd/deploy_command.go index 6c7935def..9f0b51492 100644 --- a/kubectl-cloudflow/cmd/deploy_command.go +++ b/kubectl-cloudflow/cmd/deploy_command.go @@ -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)